#d092fd
a light, electric violet · warm · closest name: violet
RGB
208, 146, 253
HSL
275°, 96%, 78%
CMYK
18, 42, 0, 1
Luminance
0.4106
Every format
| HEX | #d092fd |
| RGB | rgb(208, 146, 253) |
| HSL | hsl(275, 96%, 78%) |
| CMYK | cmyk(18%, 42%, 0%, 1%) |
| LAB | lab(70.2 42.5 -44.4) |
| LCH | lch(70.2 61.5 313.7) |
| OKLCH | oklch(0.760 0.161 309.7) |
Copy-ready code
/* CSS */
color: #d092fd;
background-color: #d092fd;
/* Tailwind (arbitrary) */
class="text-[#d092fd] bg-[#d092fd]"
/* SCSS */
$brand: #d092fd;
/* SwiftUI */
Color(red: 0.816, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#d092fd")Accessibility — WCAG contrast
Aa
#d092fd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d092fd on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green57.3%
Blue99.2%
CMYK percentages
Cyan17.8%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d092fd text on a black background
contrast 9.21:1
Card sample
#d092fd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d092fd;
Background color
Panel with #d092fd background
background-color: #d092fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d092fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d092fd; background: linear-gradient(135deg, #d092fd, #FD92E3);