#f09afe
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 154, 254
HSL
292°, 98%, 80%
CMYK
6, 39, 0, 0
Luminance
0.4879
Every format
| HEX | #f09afe |
| RGB | rgb(240, 154, 254) |
| HSL | hsl(292, 98%, 80%) |
| CMYK | cmyk(6%, 39%, 0%, 0%) |
| LAB | lab(75.3 47.7 -36.8) |
| LCH | lch(75.3 60.3 322.4) |
| OKLCH | oklch(0.807 0.163 321.8) |
Copy-ready code
/* CSS */
color: #f09afe;
background-color: #f09afe;
/* Tailwind (arbitrary) */
class="text-[#f09afe] bg-[#f09afe]"
/* SCSS */
$brand: #f09afe;
/* SwiftUI */
Color(red: 0.941, green: 0.604, blue: 0.996)
/* Android */
Color.parseColor("#f09afe")Accessibility — WCAG contrast
Aa
#f09afe on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09afe on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.4%
Blue99.6%
CMYK percentages
Cyan5.5%
Magenta39.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f09afe text on a black background
contrast 10.76:1
Card sample
#f09afe text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09afe;
Background color
Panel with #f09afe background
background-color: #f09afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 154, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 154, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09afe; background: linear-gradient(135deg, #f09afe, #FE9AC9);