#ff0b69
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 11, 105
HSL
337°, 100%, 52%
CMYK
0, 96, 59, 0
Luminance
0.2252
Every format
| HEX | #ff0b69 |
| RGB | rgb(255, 11, 105) |
| HSL | hsl(337, 100%, 52%) |
| CMYK | cmyk(0%, 96%, 59%, 0%) |
| LAB | lab(54.6 82.3 17.5) |
| LCH | lch(54.6 84.2 12.0) |
| OKLCH | oklch(0.641 0.254 9.9) |
Copy-ready code
/* CSS */
color: #ff0b69;
background-color: #ff0b69;
/* Tailwind (arbitrary) */
class="text-[#ff0b69] bg-[#ff0b69]"
/* SCSS */
$brand: #ff0b69;
/* SwiftUI */
Color(red: 1.000, green: 0.043, blue: 0.412)
/* Android */
Color.parseColor("#ff0b69")Accessibility — WCAG contrast
Aa
#ff0b69 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0b69 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green4.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow58.8%
Key (black)0.0%
Color previews
#ff0b69 text on a black background
contrast 5.50:1
Card sample
#ff0b69 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0b69;
Background color
Panel with #ff0b69 background
background-color: #ff0b69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0b69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 11, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 11, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0b69; background: linear-gradient(135deg, #ff0b69, #FF500B);