#f08af2
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 138, 242
HSL
299°, 80%, 75%
CMYK
1, 43, 0, 5
Luminance
0.4311
Every format
| HEX | #f08af2 |
| RGB | rgb(240, 138, 242) |
| HSL | hsl(299, 80%, 75%) |
| CMYK | cmyk(1%, 43%, 0%, 5%) |
| LAB | lab(71.6 53.7 -36.0) |
| LCH | lch(71.6 64.6 326.2) |
| OKLCH | oklch(0.777 0.178 326.4) |
Copy-ready code
/* CSS */
color: #f08af2;
background-color: #f08af2;
/* Tailwind (arbitrary) */
class="text-[#f08af2] bg-[#f08af2]"
/* SCSS */
$brand: #f08af2;
/* SwiftUI */
Color(red: 0.941, green: 0.541, blue: 0.949)
/* Android */
Color.parseColor("#f08af2")Accessibility — WCAG contrast
Aa
#f08af2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08af2 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.1%
Blue94.9%
CMYK percentages
Cyan0.8%
Magenta43.0%
Yellow0.0%
Key (black)5.1%
Color previews
#f08af2 text on a black background
contrast 9.62:1
Card sample
#f08af2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08af2;
Background color
Panel with #f08af2 background
background-color: #f08af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 138, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 138, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08af2; background: linear-gradient(135deg, #f08af2, #F28AAF);