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