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