#cdccee
a pale, vivid blue · warm · closest name: lavender
RGB
205, 204, 238
HSL
242°, 50%, 87%
CMYK
14, 14, 0, 7
Luminance
0.6234
Every format
| HEX | #cdccee |
| RGB | rgb(205, 204, 238) |
| HSL | hsl(242, 50%, 87%) |
| CMYK | cmyk(14%, 14%, 0%, 7%) |
| LAB | lab(83.1 7.0 -16.6) |
| LCH | lch(83.1 18.0 292.8) |
| OKLCH | oklch(0.857 0.047 286.7) |
Copy-ready code
/* CSS */
color: #cdccee;
background-color: #cdccee;
/* Tailwind (arbitrary) */
class="text-[#cdccee] bg-[#cdccee]"
/* SCSS */
$brand: #cdccee;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#cdccee")Accessibility — WCAG contrast
Aa
#cdccee on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccee on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cdccee text on a black background
contrast 13.47:1
Card sample
#cdccee text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccee;
Background color
Panel with #cdccee background
background-color: #cdccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccee; background: linear-gradient(135deg, #cdccee, #E4CCEE);