#d492fd
a light, electric violet · warm · closest name: violet
RGB
212, 146, 253
HSL
277°, 96%, 78%
CMYK
16, 42, 0, 1
Luminance
0.4165
Every format
| HEX | #d492fd |
| RGB | rgb(212, 146, 253) |
| HSL | hsl(277, 96%, 78%) |
| CMYK | cmyk(16%, 42%, 0%, 1%) |
| LAB | lab(70.6 43.7 -43.8) |
| LCH | lch(70.6 61.8 314.9) |
| OKLCH | oklch(0.764 0.162 311.5) |
Copy-ready code
/* CSS */
color: #d492fd;
background-color: #d492fd;
/* Tailwind (arbitrary) */
class="text-[#d492fd] bg-[#d492fd]"
/* SCSS */
$brand: #d492fd;
/* SwiftUI */
Color(red: 0.831, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#d492fd")Accessibility — WCAG contrast
Aa
#d492fd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d492fd on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green57.3%
Blue99.2%
CMYK percentages
Cyan16.2%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d492fd text on a black background
contrast 9.33:1
Card sample
#d492fd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d492fd;
Background color
Panel with #d492fd background
background-color: #d492fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d492fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d492fd; background: linear-gradient(135deg, #d492fd, #FD92DF);