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