#cddcf1
a pale, vivid blue · cool · closest name: lavender
RGB
205, 220, 241
HSL
215°, 56%, 88%
CMYK
15, 9, 0, 6
Luminance
0.7052
Every format
| HEX | #cddcf1 |
| RGB | rgb(205, 220, 241) |
| HSL | hsl(215, 56%, 88%) |
| CMYK | cmyk(15%, 9%, 0%, 6%) |
| LAB | lab(87.3 -0.8 -11.9) |
| LCH | lch(87.3 12.0 266.0) |
| OKLCH | oklch(0.890 0.033 256.8) |
Copy-ready code
/* CSS */
color: #cddcf1;
background-color: #cddcf1;
/* Tailwind (arbitrary) */
class="text-[#cddcf1] bg-[#cddcf1]"
/* SCSS */
$brand: #cddcf1;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.945)
/* Android */
Color.parseColor("#cddcf1")Accessibility — WCAG contrast
Aa
#cddcf1 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddcf1 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue94.5%
CMYK percentages
Cyan14.9%
Magenta8.7%
Yellow0.0%
Key (black)5.5%
Color previews
#cddcf1 text on a black background
contrast 15.10:1
Card sample
#cddcf1 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddcf1;
Background color
Panel with #cddcf1 background
background-color: #cddcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddcf1; background: linear-gradient(135deg, #cddcf1, #D6CDF1);