#f08fef
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 143, 239
HSL
301°, 76%, 75%
CMYK
0, 40, 0, 6
Luminance
0.4440
Every format
| HEX | #f08fef |
| RGB | rgb(240, 143, 239) |
| HSL | hsl(301, 76%, 75%) |
| CMYK | cmyk(0%, 40%, 0%, 6%) |
| LAB | lab(72.5 50.6 -33.0) |
| LCH | lch(72.5 60.4 326.9) |
| OKLCH | oklch(0.783 0.167 327.4) |
Copy-ready code
/* CSS */
color: #f08fef;
background-color: #f08fef;
/* Tailwind (arbitrary) */
class="text-[#f08fef] bg-[#f08fef]"
/* SCSS */
$brand: #f08fef;
/* SwiftUI */
Color(red: 0.941, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#f08fef")Accessibility — WCAG contrast
Aa
#f08fef on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08fef on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green56.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow0.4%
Key (black)5.9%
Color previews
#f08fef text on a black background
contrast 9.88:1
Card sample
#f08fef text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08fef;
Background color
Panel with #f08fef background
background-color: #f08fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08fef; background: linear-gradient(135deg, #f08fef, #F08FAE);