#ff08df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 8, 223
HSL
308°, 100%, 52%
CMYK
0, 97, 13, 0
Luminance
0.2676
Every format
| HEX | #ff08df |
| RGB | rgb(255, 8, 223) |
| HSL | hsl(308, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 13%, 0%) |
| LAB | lab(58.8 93.5 -45.4) |
| LCH | lch(58.8 104.0 334.1) |
| OKLCH | oklch(0.685 0.302 335.6) |
Copy-ready code
/* CSS */
color: #ff08df;
background-color: #ff08df;
/* Tailwind (arbitrary) */
class="text-[#ff08df] bg-[#ff08df]"
/* SCSS */
$brand: #ff08df;
/* SwiftUI */
Color(red: 1.000, green: 0.031, blue: 0.875)
/* Android */
Color.parseColor("#ff08df")Accessibility — WCAG contrast
Aa
#ff08df on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff08df on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow12.5%
Key (black)0.0%
Color previews
#ff08df text on a black background
contrast 6.35:1
Card sample
#ff08df text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff08df;
Background color
Panel with #ff08df background
background-color: #ff08df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff08df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 8, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 8, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff08df; background: linear-gradient(135deg, #ff08df, #FF083A);