#f08fe2
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 143, 226
HSL
309°, 76%, 75%
CMYK
0, 40, 6, 6
Luminance
0.4366
Every format
| HEX | #f08fe2 |
| RGB | rgb(240, 143, 226) |
| HSL | hsl(309, 76%, 75%) |
| CMYK | cmyk(0%, 40%, 6%, 6%) |
| LAB | lab(72.0 48.4 -26.6) |
| LCH | lch(72.0 55.2 331.2) |
| OKLCH | oklch(0.778 0.155 332.4) |
Copy-ready code
/* CSS */
color: #f08fe2;
background-color: #f08fe2;
/* Tailwind (arbitrary) */
class="text-[#f08fe2] bg-[#f08fe2]"
/* SCSS */
$brand: #f08fe2;
/* SwiftUI */
Color(red: 0.941, green: 0.561, blue: 0.886)
/* Android */
Color.parseColor("#f08fe2")Accessibility — WCAG contrast
Aa
#f08fe2 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08fe2 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green56.1%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow5.8%
Key (black)5.9%
Color previews
#f08fe2 text on a black background
contrast 9.73:1
Card sample
#f08fe2 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08fe2;
Background color
Panel with #f08fe2 background
background-color: #f08fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 143, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 143, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08fe2; background: linear-gradient(135deg, #f08fe2, #F08FA1);