#f09dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 157, 251
HSL
293°, 92%, 80%
CMYK
4, 38, 0, 2
Luminance
0.4960
Every format
| HEX | #f09dfb |
| RGB | rgb(240, 157, 251) |
| HSL | hsl(293, 92%, 80%) |
| CMYK | cmyk(4%, 38%, 0%, 2%) |
| LAB | lab(75.8 45.6 -34.4) |
| LCH | lch(75.8 57.1 323.0) |
| OKLCH | oklch(0.810 0.155 322.7) |
Copy-ready code
/* CSS */
color: #f09dfb;
background-color: #f09dfb;
/* Tailwind (arbitrary) */
class="text-[#f09dfb] bg-[#f09dfb]"
/* SCSS */
$brand: #f09dfb;
/* SwiftUI */
Color(red: 0.941, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#f09dfb")Accessibility — WCAG contrast
Aa
#f09dfb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09dfb on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.6%
Blue98.4%
CMYK percentages
Cyan4.4%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f09dfb text on a black background
contrast 10.92:1
Card sample
#f09dfb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09dfb;
Background color
Panel with #f09dfb background
background-color: #f09dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09dfb; background: linear-gradient(135deg, #f09dfb, #FB9DC7);