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