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