#cddfe4
a light, soft cyan · cool · closest name: lavender
RGB
205, 223, 228
HSL
193°, 30%, 85%
CMYK
10, 2, 0, 11
Luminance
0.7136
Every format
| HEX | #cddfe4 |
| RGB | rgb(205, 223, 228) |
| HSL | hsl(193, 30%, 85%) |
| CMYK | cmyk(10%, 2%, 0%, 11%) |
| LAB | lab(87.7 -5.0 -4.5) |
| LCH | lch(87.7 6.7 221.9) |
| OKLCH | oklch(0.892 0.021 216.2) |
Copy-ready code
/* CSS */
color: #cddfe4;
background-color: #cddfe4;
/* Tailwind (arbitrary) */
class="text-[#cddfe4] bg-[#cddfe4]"
/* SCSS */
$brand: #cddfe4;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#cddfe4")Accessibility — WCAG contrast
Aa
#cddfe4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfe4 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue89.4%
CMYK percentages
Cyan10.1%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#cddfe4 text on a black background
contrast 15.27:1
Card sample
#cddfe4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfe4;
Background color
Panel with #cddfe4 background
background-color: #cddfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfe4; background: linear-gradient(135deg, #cddfe4, #CDD0E4);