#f09af9
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 154, 249
HSL
294°, 89%, 79%
CMYK
4, 38, 0, 2
Luminance
0.4848
Every format
| HEX | #f09af9 |
| RGB | rgb(240, 154, 249) |
| HSL | hsl(294, 89%, 79%) |
| CMYK | cmyk(4%, 38%, 0%, 2%) |
| LAB | lab(75.1 46.8 -34.4) |
| LCH | lch(75.1 58.1 323.7) |
| OKLCH | oklch(0.804 0.158 323.5) |
Copy-ready code
/* CSS */
color: #f09af9;
background-color: #f09af9;
/* Tailwind (arbitrary) */
class="text-[#f09af9] bg-[#f09af9]"
/* SCSS */
$brand: #f09af9;
/* SwiftUI */
Color(red: 0.941, green: 0.604, blue: 0.976)
/* Android */
Color.parseColor("#f09af9")Accessibility — WCAG contrast
Aa
#f09af9 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09af9 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.4%
Blue97.6%
CMYK percentages
Cyan3.6%
Magenta38.2%
Yellow0.0%
Key (black)2.4%
Color previews
#f09af9 text on a black background
contrast 10.70:1
Card sample
#f09af9 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09af9;
Background color
Panel with #f09af9 background
background-color: #f09af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 154, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 154, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09af9; background: linear-gradient(135deg, #f09af9, #F99AC3);