#ff08ba
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 8, 186
HSL
317°, 100%, 52%
CMYK
0, 97, 27, 0
Luminance
0.2498
Every format
| HEX | #ff08ba |
| RGB | rgb(255, 8, 186) |
| HSL | hsl(317, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 27%, 0%) |
| LAB | lab(57.1 89.2 -26.9) |
| LCH | lch(57.1 93.2 343.2) |
| OKLCH | oklch(0.667 0.281 345.2) |
Copy-ready code
/* CSS */
color: #ff08ba;
background-color: #ff08ba;
/* Tailwind (arbitrary) */
class="text-[#ff08ba] bg-[#ff08ba]"
/* SCSS */
$brand: #ff08ba;
/* SwiftUI */
Color(red: 1.000, green: 0.031, blue: 0.729)
/* Android */
Color.parseColor("#ff08ba")Accessibility — WCAG contrast
Aa
#ff08ba on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff08ba on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow27.1%
Key (black)0.0%
Color previews
#ff08ba text on a black background
contrast 6.00:1
Card sample
#ff08ba text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff08ba;
Background color
Panel with #ff08ba background
background-color: #ff08ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff08ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 8, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 8, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff08ba; background: linear-gradient(135deg, #ff08ba, #FF0815);