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