#ddccee
a pale, vivid violet · warm · closest name: lavender
RGB
221, 204, 238
HSL
270°, 50%, 87%
CMYK
7, 14, 0, 7
Luminance
0.6473
Every format
| HEX | #ddccee |
| RGB | rgb(221, 204, 238) |
| HSL | hsl(270, 50%, 87%) |
| CMYK | cmyk(7%, 14%, 0%, 7%) |
| LAB | lab(84.3 12.1 -14.6) |
| LCH | lch(84.3 19.0 309.7) |
| OKLCH | oklch(0.870 0.050 307.8) |
Copy-ready code
/* CSS */
color: #ddccee;
background-color: #ddccee;
/* Tailwind (arbitrary) */
class="text-[#ddccee] bg-[#ddccee]"
/* SCSS */
$brand: #ddccee;
/* SwiftUI */
Color(red: 0.867, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#ddccee")Accessibility — WCAG contrast
Aa
#ddccee on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddccee on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green80.0%
Blue93.3%
CMYK percentages
Cyan7.1%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ddccee text on a black background
contrast 13.95:1
Card sample
#ddccee text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddccee;
Background color
Panel with #ddccee background
background-color: #ddccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddccee; background: linear-gradient(135deg, #ddccee, #EECCE8);