#f01eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 30, 178
HSL
318°, 88%, 53%
CMYK
0, 88, 26, 6
Luminance
0.2267
Every format
| HEX | #f01eb2 |
| RGB | rgb(240, 30, 178) |
| HSL | hsl(318, 88%, 53%) |
| CMYK | cmyk(0%, 88%, 26%, 6%) |
| LAB | lab(54.7 83.2 -26.1) |
| LCH | lch(54.7 87.2 342.6) |
| OKLCH | oklch(0.645 0.262 344.6) |
Copy-ready code
/* CSS */
color: #f01eb2;
background-color: #f01eb2;
/* Tailwind (arbitrary) */
class="text-[#f01eb2] bg-[#f01eb2]"
/* SCSS */
$brand: #f01eb2;
/* SwiftUI */
Color(red: 0.941, green: 0.118, blue: 0.698)
/* Android */
Color.parseColor("#f01eb2")Accessibility — WCAG contrast
Aa
#f01eb2 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f01eb2 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green11.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow25.8%
Key (black)5.9%
Color previews
#f01eb2 text on a black background
contrast 5.53:1
Card sample
#f01eb2 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f01eb2;
Background color
Panel with #f01eb2 background
background-color: #f01eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f01eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 30, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 30, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f01eb2; background: linear-gradient(135deg, #f01eb2, #F01E26);