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