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