#f008af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 8, 175
HSL
317°, 94%, 49%
CMYK
0, 97, 27, 6
Luminance
0.2179
Every format
| HEX | #f008af |
| RGB | rgb(240, 8, 175) |
| HSL | hsl(317, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 27%, 6%) |
| LAB | lab(53.8 85.2 -25.7) |
| LCH | lch(53.8 89.0 343.2) |
| OKLCH | oklch(0.638 0.269 345.2) |
Copy-ready code
/* CSS */
color: #f008af;
background-color: #f008af;
/* Tailwind (arbitrary) */
class="text-[#f008af] bg-[#f008af]"
/* SCSS */
$brand: #f008af;
/* SwiftUI */
Color(red: 0.941, green: 0.031, blue: 0.686)
/* Android */
Color.parseColor("#f008af")Accessibility — WCAG contrast
Aa
#f008af on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f008af on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green3.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow27.1%
Key (black)5.9%
Color previews
#f008af text on a black background
contrast 5.36:1
Card sample
#f008af text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f008af;
Background color
Panel with #f008af background
background-color: #f008af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f008af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 8, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 8, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f008af; background: linear-gradient(135deg, #f008af, #F00814);