#cddbf4
a pale, vivid blue · cool · closest name: lavender
RGB
205, 219, 244
HSL
219°, 64%, 88%
CMYK
16, 10, 0, 4
Luminance
0.7017
Every format
| HEX | #cddbf4 |
| RGB | rgb(205, 219, 244) |
| HSL | hsl(219, 64%, 88%) |
| CMYK | cmyk(16%, 10%, 0%, 4%) |
| LAB | lab(87.1 0.3 -13.8) |
| LCH | lch(87.1 13.8 271.2) |
| OKLCH | oklch(0.889 0.038 262.1) |
Copy-ready code
/* CSS */
color: #cddbf4;
background-color: #cddbf4;
/* Tailwind (arbitrary) */
class="text-[#cddbf4] bg-[#cddbf4]"
/* SCSS */
$brand: #cddbf4;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#cddbf4")Accessibility — WCAG contrast
Aa
#cddbf4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbf4 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cddbf4 text on a black background
contrast 15.03:1
Card sample
#cddbf4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbf4;
Background color
Panel with #cddbf4 background
background-color: #cddbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbf4; background: linear-gradient(135deg, #cddbf4, #D9CDF4);