#d099fd
a light, electric violet · warm · closest name: violet
RGB
208, 153, 253
HSL
273°, 96%, 80%
CMYK
18, 40, 0, 1
Luminance
0.4328
Every format
| HEX | #d099fd |
| RGB | rgb(208, 153, 253) |
| HSL | hsl(273, 96%, 80%) |
| CMYK | cmyk(18%, 40%, 0%, 1%) |
| LAB | lab(71.8 38.8 -42.0) |
| LCH | lch(71.8 57.2 312.7) |
| OKLCH | oklch(0.772 0.149 308.6) |
Copy-ready code
/* CSS */
color: #d099fd;
background-color: #d099fd;
/* Tailwind (arbitrary) */
class="text-[#d099fd] bg-[#d099fd]"
/* SCSS */
$brand: #d099fd;
/* SwiftUI */
Color(red: 0.816, green: 0.600, blue: 0.992)
/* Android */
Color.parseColor("#d099fd")Accessibility — WCAG contrast
Aa
#d099fd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d099fd on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green60.0%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta39.5%
Yellow0.0%
Key (black)0.8%
Color previews
#d099fd text on a black background
contrast 9.66:1
Card sample
#d099fd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d099fd;
Background color
Panel with #d099fd background
background-color: #d099fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d099fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 153, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 153, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d099fd; background: linear-gradient(135deg, #d099fd, #FD99E7);