#cddfe3
a light, soft cyan · cool · closest name: lavender
RGB
205, 223, 227
HSL
191°, 28%, 85%
CMYK
10, 2, 0, 11
Luminance
0.7130
Every format
| HEX | #cddfe3 |
| RGB | rgb(205, 223, 227) |
| HSL | hsl(191, 28%, 85%) |
| CMYK | cmyk(10%, 2%, 0%, 11%) |
| LAB | lab(87.6 -5.2 -4.0) |
| LCH | lch(87.6 6.6 217.6) |
| OKLCH | oklch(0.891 0.020 212.5) |
Copy-ready code
/* CSS */
color: #cddfe3;
background-color: #cddfe3;
/* Tailwind (arbitrary) */
class="text-[#cddfe3] bg-[#cddfe3]"
/* SCSS */
$brand: #cddfe3;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#cddfe3")Accessibility — WCAG contrast
Aa
#cddfe3 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfe3 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue89.0%
CMYK percentages
Cyan9.7%
Magenta1.8%
Yellow0.0%
Key (black)11.0%
Color previews
#cddfe3 text on a black background
contrast 15.26:1
Card sample
#cddfe3 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfe3;
Background color
Panel with #cddfe3 background
background-color: #cddfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfe3; background: linear-gradient(135deg, #cddfe3, #CDD0E3);