#cddfe8
a pale, soft blue · cool · closest name: lavender
RGB
205, 223, 232
HSL
200°, 37%, 86%
CMYK
12, 4, 0, 9
Luminance
0.7158
Every format
| HEX | #cddfe8 |
| RGB | rgb(205, 223, 232) |
| HSL | hsl(200, 37%, 86%) |
| CMYK | cmyk(12%, 4%, 0%, 9%) |
| LAB | lab(87.8 -4.2 -6.4) |
| LCH | lch(87.8 7.7 236.8) |
| OKLCH | oklch(0.893 0.023 229.1) |
Copy-ready code
/* CSS */
color: #cddfe8;
background-color: #cddfe8;
/* Tailwind (arbitrary) */
class="text-[#cddfe8] bg-[#cddfe8]"
/* SCSS */
$brand: #cddfe8;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#cddfe8")Accessibility — WCAG contrast
Aa
#cddfe8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfe8 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue91.0%
CMYK percentages
Cyan11.6%
Magenta3.9%
Yellow0.0%
Key (black)9.0%
Color previews
#cddfe8 text on a black background
contrast 15.32:1
Card sample
#cddfe8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfe8;
Background color
Panel with #cddfe8 background
background-color: #cddfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfe8; background: linear-gradient(135deg, #cddfe8, #CDCDE8);