#f09dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 157, 254
HSL
291°, 98%, 81%
CMYK
6, 38, 0, 0
Luminance
0.4979
Every format
| HEX | #f09dfe |
| RGB | rgb(240, 157, 254) |
| HSL | hsl(291, 98%, 81%) |
| CMYK | cmyk(6%, 38%, 0%, 0%) |
| LAB | lab(75.9 46.2 -35.8) |
| LCH | lch(75.9 58.4 322.2) |
| OKLCH | oklch(0.811 0.158 321.6) |
Copy-ready code
/* CSS */
color: #f09dfe;
background-color: #f09dfe;
/* Tailwind (arbitrary) */
class="text-[#f09dfe] bg-[#f09dfe]"
/* SCSS */
$brand: #f09dfe;
/* SwiftUI */
Color(red: 0.941, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#f09dfe")Accessibility — WCAG contrast
Aa
#f09dfe on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09dfe on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.6%
Blue99.6%
CMYK percentages
Cyan5.5%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f09dfe text on a black background
contrast 10.96:1
Card sample
#f09dfe text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09dfe;
Background color
Panel with #f09dfe background
background-color: #f09dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09dfe; background: linear-gradient(135deg, #f09dfe, #FE9DCB);