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