#cdd0eb
a pale, soft blue · warm · closest name: lavender
RGB
205, 208, 235
HSL
234°, 43%, 86%
CMYK
13, 12, 0, 8
Luminance
0.6409
Every format
| HEX | #cdd0eb |
| RGB | rgb(205, 208, 235) |
| HSL | hsl(234, 43%, 86%) |
| CMYK | cmyk(13%, 12%, 0%, 8%) |
| LAB | lab(84.0 4.2 -13.6) |
| LCH | lch(84.0 14.3 287.3) |
| OKLCH | oklch(0.864 0.037 280.6) |
Copy-ready code
/* CSS */
color: #cdd0eb;
background-color: #cdd0eb;
/* Tailwind (arbitrary) */
class="text-[#cdd0eb] bg-[#cdd0eb]"
/* SCSS */
$brand: #cdd0eb;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#cdd0eb")Accessibility — WCAG contrast
Aa
#cdd0eb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd0eb on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta11.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cdd0eb text on a black background
contrast 13.82:1
Card sample
#cdd0eb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd0eb;
Background color
Panel with #cdd0eb background
background-color: #cdd0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd0eb; background: linear-gradient(135deg, #cdd0eb, #DECDEB);