#cdd5eb
a pale, soft blue · cool · closest name: lavender
RGB
205, 213, 235
HSL
224°, 43%, 86%
CMYK
13, 9, 0, 8
Luminance
0.6657
Every format
| HEX | #cdd5eb |
| RGB | rgb(205, 213, 235) |
| HSL | hsl(224, 43%, 86%) |
| CMYK | cmyk(13%, 9%, 0%, 8%) |
| LAB | lab(85.3 1.6 -11.7) |
| LCH | lch(85.3 11.8 277.7) |
| OKLCH | oklch(0.874 0.032 269.8) |
Copy-ready code
/* CSS */
color: #cdd5eb;
background-color: #cdd5eb;
/* Tailwind (arbitrary) */
class="text-[#cdd5eb] bg-[#cdd5eb]"
/* SCSS */
$brand: #cdd5eb;
/* SwiftUI */
Color(red: 0.804, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#cdd5eb")Accessibility — WCAG contrast
Aa
#cdd5eb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd5eb on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.5%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta9.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cdd5eb text on a black background
contrast 14.31:1
Card sample
#cdd5eb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd5eb;
Background color
Panel with #cdd5eb background
background-color: #cdd5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd5eb; background: linear-gradient(135deg, #cdd5eb, #D9CDEB);