#cdcceb
a pale, soft blue · warm · closest name: lavender
RGB
205, 204, 235
HSL
242°, 44%, 86%
CMYK
13, 13, 0, 8
Luminance
0.6216
Every format
| HEX | #cdcceb |
| RGB | rgb(205, 204, 235) |
| HSL | hsl(242, 44%, 86%) |
| CMYK | cmyk(13%, 13%, 0%, 8%) |
| LAB | lab(83.0 6.3 -15.1) |
| LCH | lch(83.0 16.4 292.8) |
| OKLCH | oklch(0.856 0.043 286.9) |
Copy-ready code
/* CSS */
color: #cdcceb;
background-color: #cdcceb;
/* Tailwind (arbitrary) */
class="text-[#cdcceb] bg-[#cdcceb]"
/* SCSS */
$brand: #cdcceb;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#cdcceb")Accessibility — WCAG contrast
Aa
#cdcceb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcceb on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cdcceb text on a black background
contrast 13.43:1
Card sample
#cdcceb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcceb;
Background color
Panel with #cdcceb background
background-color: #cdcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcceb; background: linear-gradient(135deg, #cdcceb, #E2CCEB);