#ff08af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 8, 175
HSL
319°, 100%, 52%
CMYK
0, 97, 31, 0
Luminance
0.2453
Every format
| HEX | #ff08af |
| RGB | rgb(255, 8, 175) |
| HSL | hsl(319, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 31%, 0%) |
| LAB | lab(56.6 88.1 -21.2) |
| LCH | lch(56.6 90.6 346.5) |
| OKLCH | oklch(0.663 0.276 348.3) |
Copy-ready code
/* CSS */
color: #ff08af;
background-color: #ff08af;
/* Tailwind (arbitrary) */
class="text-[#ff08af] bg-[#ff08af]"
/* SCSS */
$brand: #ff08af;
/* SwiftUI */
Color(red: 1.000, green: 0.031, blue: 0.686)
/* Android */
Color.parseColor("#ff08af")Accessibility — WCAG contrast
Aa
#ff08af on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff08af on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ff08af text on a black background
contrast 5.91:1
Card sample
#ff08af text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff08af;
Background color
Panel with #ff08af background
background-color: #ff08af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff08af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 8, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 8, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff08af; background: linear-gradient(135deg, #ff08af, #FF080B);