#f09af6
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 154, 246
HSL
296°, 84%, 78%
CMYK
2, 37, 0, 4
Luminance
0.4829
Every format
| HEX | #f09af6 |
| RGB | rgb(240, 154, 246) |
| HSL | hsl(296, 84%, 78%) |
| CMYK | cmyk(2%, 37%, 0%, 4%) |
| LAB | lab(75.0 46.3 -32.9) |
| LCH | lch(75.0 56.8 324.5) |
| OKLCH | oklch(0.803 0.155 324.6) |
Copy-ready code
/* CSS */
color: #f09af6;
background-color: #f09af6;
/* Tailwind (arbitrary) */
class="text-[#f09af6] bg-[#f09af6]"
/* SCSS */
$brand: #f09af6;
/* SwiftUI */
Color(red: 0.941, green: 0.604, blue: 0.965)
/* Android */
Color.parseColor("#f09af6")Accessibility — WCAG contrast
Aa
#f09af6 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09af6 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.4%
Blue96.5%
CMYK percentages
Cyan2.4%
Magenta37.4%
Yellow0.0%
Key (black)3.5%
Color previews
#f09af6 text on a black background
contrast 10.66:1
Card sample
#f09af6 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09af6;
Background color
Panel with #f09af6 background
background-color: #f09af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 154, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 154, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09af6; background: linear-gradient(135deg, #f09af6, #F69ABF);