#d899fd
a light, electric violet · warm · closest name: violet
RGB
216, 153, 253
HSL
278°, 96%, 80%
CMYK
15, 40, 0, 1
Luminance
0.4447
Every format
| HEX | #d899fd |
| RGB | rgb(216, 153, 253) |
| HSL | hsl(278, 96%, 80%) |
| CMYK | cmyk(15%, 40%, 0%, 1%) |
| LAB | lab(72.5 41.1 -40.8) |
| LCH | lch(72.5 57.9 315.2) |
| OKLCH | oklch(0.780 0.152 312.2) |
Copy-ready code
/* CSS */
color: #d899fd;
background-color: #d899fd;
/* Tailwind (arbitrary) */
class="text-[#d899fd] bg-[#d899fd]"
/* SCSS */
$brand: #d899fd;
/* SwiftUI */
Color(red: 0.847, green: 0.600, blue: 0.992)
/* Android */
Color.parseColor("#d899fd")Accessibility — WCAG contrast
Aa
#d899fd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d899fd on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green60.0%
Blue99.2%
CMYK percentages
Cyan14.6%
Magenta39.5%
Yellow0.0%
Key (black)0.8%
Color previews
#d899fd text on a black background
contrast 9.89:1
Card sample
#d899fd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d899fd;
Background color
Panel with #d899fd background
background-color: #d899fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d899fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 153, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 153, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d899fd; background: linear-gradient(135deg, #d899fd, #FD99DF);