#cdd4eb
a pale, soft blue · warm · closest name: lavender
RGB
205, 212, 235
HSL
226°, 43%, 86%
CMYK
13, 10, 0, 8
Luminance
0.6606
Every format
| HEX | #cdd4eb |
| RGB | rgb(205, 212, 235) |
| HSL | hsl(226, 43%, 86%) |
| CMYK | cmyk(13%, 10%, 0%, 8%) |
| LAB | lab(85.0 2.1 -12.1) |
| LCH | lch(85.0 12.3 279.9) |
| OKLCH | oklch(0.872 0.033 272.2) |
Copy-ready code
/* CSS */
color: #cdd4eb;
background-color: #cdd4eb;
/* Tailwind (arbitrary) */
class="text-[#cdd4eb] bg-[#cdd4eb]"
/* SCSS */
$brand: #cdd4eb;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.922)
/* Android */
Color.parseColor("#cdd4eb")Accessibility — WCAG contrast
Aa
#cdd4eb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd4eb on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta9.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cdd4eb text on a black background
contrast 14.21:1
Card sample
#cdd4eb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd4eb;
Background color
Panel with #cdd4eb background
background-color: #cdd4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd4eb; background: linear-gradient(135deg, #cdd4eb, #DACDEB);