#f09cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 156, 253
HSL
292°, 96%, 80%
CMYK
5, 38, 0, 1
Luminance
0.4939
Every format
| HEX | #f09cfd |
| RGB | rgb(240, 156, 253) |
| HSL | hsl(292, 96%, 80%) |
| CMYK | cmyk(5%, 38%, 0%, 1%) |
| LAB | lab(75.7 46.5 -35.6) |
| LCH | lch(75.7 58.6 322.5) |
| OKLCH | oklch(0.809 0.159 322.0) |
Copy-ready code
/* CSS */
color: #f09cfd;
background-color: #f09cfd;
/* Tailwind (arbitrary) */
class="text-[#f09cfd] bg-[#f09cfd]"
/* SCSS */
$brand: #f09cfd;
/* SwiftUI */
Color(red: 0.941, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#f09cfd")Accessibility — WCAG contrast
Aa
#f09cfd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09cfd on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.2%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f09cfd text on a black background
contrast 10.88:1
Card sample
#f09cfd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09cfd;
Background color
Panel with #f09cfd background
background-color: #f09cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09cfd; background: linear-gradient(135deg, #f09cfd, #FD9CC9);