#dcceee
a pale, vivid violet · warm · closest name: lavender
RGB
220, 206, 238
HSL
266°, 49%, 87%
CMYK
8, 13, 0, 7
Luminance
0.6553
Every format
| HEX | #dcceee |
| RGB | rgb(220, 206, 238) |
| HSL | hsl(266, 49%, 87%) |
| CMYK | cmyk(8%, 13%, 0%, 7%) |
| LAB | lab(84.8 10.7 -14.0) |
| LCH | lch(84.8 17.6 307.5) |
| OKLCH | oklch(0.873 0.046 305.2) |
Copy-ready code
/* CSS */
color: #dcceee;
background-color: #dcceee;
/* Tailwind (arbitrary) */
class="text-[#dcceee] bg-[#dcceee]"
/* SCSS */
$brand: #dcceee;
/* SwiftUI */
Color(red: 0.863, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#dcceee")Accessibility — WCAG contrast
Aa
#dcceee on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcceee on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green80.8%
Blue93.3%
CMYK percentages
Cyan7.6%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#dcceee text on a black background
contrast 14.11:1
Card sample
#dcceee text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcceee;
Background color
Panel with #dcceee background
background-color: #dcceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcceee; background: linear-gradient(135deg, #dcceee, #EECEEB);