#cdd9eb
a pale, soft blue · cool · closest name: lavender
RGB
205, 217, 235
HSL
216°, 43%, 86%
CMYK
13, 8, 0, 8
Luminance
0.6860
Every format
| HEX | #cdd9eb |
| RGB | rgb(205, 217, 235) |
| HSL | hsl(216, 43%, 86%) |
| CMYK | cmyk(13%, 8%, 0%, 8%) |
| LAB | lab(86.3 -0.5 -10.2) |
| LCH | lch(86.3 10.2 267.2) |
| OKLCH | oklch(0.882 0.028 258.4) |
Copy-ready code
/* CSS */
color: #cdd9eb;
background-color: #cdd9eb;
/* Tailwind (arbitrary) */
class="text-[#cdd9eb] bg-[#cdd9eb]"
/* SCSS */
$brand: #cdd9eb;
/* SwiftUI */
Color(red: 0.804, green: 0.851, blue: 0.922)
/* Android */
Color.parseColor("#cdd9eb")Accessibility — WCAG contrast
Aa
#cdd9eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd9eb on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.1%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta7.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cdd9eb text on a black background
contrast 14.72:1
Card sample
#cdd9eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd9eb;
Background color
Panel with #cdd9eb background
background-color: #cdd9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 217, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 217, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd9eb; background: linear-gradient(135deg, #cdd9eb, #D5CDEB);