Golden Blood
#ff1155
Here's everything about the color Golden Blood (#ff1155) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff1155 | |
|---|---|---|
| RGB | rgb(255, 17, 85) | |
| HSL | hsl(343, 100%, 53%) | |
| CMYK | cmyk(0%, 93%, 67%, 0%) | |
| LAB | lab(55, 81, 31) | |
| OKLCH | oklch(0.64 0.251 16) |
Color harmonies
Tints & shades
Code snippets
color: #ff1155;
background-color: #ff1155;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF1155)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.07, blue: 0.33, alpha: 1.0)