#f08ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 142, 241
HSL
299°, 78%, 75%
CMYK
0, 41, 0, 6
Luminance
0.4422
Every format
| HEX | #f08ef1 |
| RGB | rgb(240, 142, 241) |
| HSL | hsl(299, 78%, 75%) |
| CMYK | cmyk(0%, 41%, 0%, 6%) |
| LAB | lab(72.4 51.5 -34.3) |
| LCH | lch(72.4 61.8 326.3) |
| OKLCH | oklch(0.783 0.171 326.7) |
Copy-ready code
/* CSS */
color: #f08ef1;
background-color: #f08ef1;
/* Tailwind (arbitrary) */
class="text-[#f08ef1] bg-[#f08ef1]"
/* SCSS */
$brand: #f08ef1;
/* SwiftUI */
Color(red: 0.941, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#f08ef1")Accessibility — WCAG contrast
Aa
#f08ef1 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08ef1 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green55.7%
Blue94.5%
CMYK percentages
Cyan0.4%
Magenta41.1%
Yellow0.0%
Key (black)5.5%
Color previews
#f08ef1 text on a black background
contrast 9.84:1
Card sample
#f08ef1 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08ef1;
Background color
Panel with #f08ef1 background
background-color: #f08ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08ef1; background: linear-gradient(135deg, #f08ef1, #F18EB0);