#f09af2
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 154, 242
HSL
299°, 77%, 78%
CMYK
1, 36, 0, 5
Luminance
0.4805
Every format
| HEX | #f09af2 |
| RGB | rgb(240, 154, 242) |
| HSL | hsl(299, 77%, 78%) |
| CMYK | cmyk(1%, 36%, 0%, 5%) |
| LAB | lab(74.9 45.5 -31.0) |
| LCH | lch(74.9 55.1 325.8) |
| OKLCH | oklch(0.801 0.151 326.1) |
Copy-ready code
/* CSS */
color: #f09af2;
background-color: #f09af2;
/* Tailwind (arbitrary) */
class="text-[#f09af2] bg-[#f09af2]"
/* SCSS */
$brand: #f09af2;
/* SwiftUI */
Color(red: 0.941, green: 0.604, blue: 0.949)
/* Android */
Color.parseColor("#f09af2")Accessibility — WCAG contrast
Aa
#f09af2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09af2 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.4%
Blue94.9%
CMYK percentages
Cyan0.8%
Magenta36.4%
Yellow0.0%
Key (black)5.1%
Color previews
#f09af2 text on a black background
contrast 10.61:1
Card sample
#f09af2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09af2;
Background color
Panel with #f09af2 background
background-color: #f09af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 154, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 154, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09af2; background: linear-gradient(135deg, #f09af2, #F29AB9);