#dcd2f9
a pale, electric violet · warm · closest name: lavender
RGB
220, 210, 249
HSL
255°, 77%, 90%
CMYK
12, 16, 0, 2
Luminance
0.6815
Every format
| HEX | #dcd2f9 |
| RGB | rgb(220, 210, 249) |
| HSL | hsl(255, 77%, 90%) |
| CMYK | cmyk(12%, 16%, 0%, 2%) |
| LAB | lab(86.1 10.8 -17.8) |
| LCH | lch(86.1 20.8 301.2) |
| OKLCH | oklch(0.884 0.054 297.0) |
Copy-ready code
/* CSS */
color: #dcd2f9;
background-color: #dcd2f9;
/* Tailwind (arbitrary) */
class="text-[#dcd2f9] bg-[#dcd2f9]"
/* SCSS */
$brand: #dcd2f9;
/* SwiftUI */
Color(red: 0.863, green: 0.824, blue: 0.976)
/* Android */
Color.parseColor("#dcd2f9")Accessibility — WCAG contrast
Aa
#dcd2f9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcd2f9 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green82.4%
Blue97.6%
CMYK percentages
Cyan11.6%
Magenta15.7%
Yellow0.0%
Key (black)2.4%
Color previews
#dcd2f9 text on a black background
contrast 14.63:1
Card sample
#dcd2f9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcd2f9;
Background color
Panel with #dcd2f9 background
background-color: #dcd2f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcd2f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 210, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 210, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcd2f9; background: linear-gradient(135deg, #dcd2f9, #F6D2F9);