#cdd1eb
a pale, soft blue · warm · closest name: lavender
RGB
205, 209, 235
HSL
232°, 43%, 86%
CMYK
13, 11, 0, 8
Luminance
0.6458
Every format
| HEX | #cdd1eb |
| RGB | rgb(205, 209, 235) |
| HSL | hsl(232, 43%, 86%) |
| CMYK | cmyk(13%, 11%, 0%, 8%) |
| LAB | lab(84.3 3.7 -13.2) |
| LCH | lch(84.3 13.7 285.6) |
| OKLCH | oklch(0.866 0.036 278.7) |
Copy-ready code
/* CSS */
color: #cdd1eb;
background-color: #cdd1eb;
/* Tailwind (arbitrary) */
class="text-[#cdd1eb] bg-[#cdd1eb]"
/* SCSS */
$brand: #cdd1eb;
/* SwiftUI */
Color(red: 0.804, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#cdd1eb")Accessibility — WCAG contrast
Aa
#cdd1eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd1eb on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.0%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta11.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cdd1eb text on a black background
contrast 13.92:1
Card sample
#cdd1eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd1eb;
Background color
Panel with #cdd1eb background
background-color: #cdd1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd1eb; background: linear-gradient(135deg, #cdd1eb, #DDCDEB);