#cddfeb
a pale, soft blue · cool · closest name: lavender
RGB
205, 223, 235
HSL
204°, 43%, 86%
CMYK
13, 5, 0, 8
Luminance
0.7175
Every format
| HEX | #cddfeb |
| RGB | rgb(205, 223, 235) |
| HSL | hsl(204, 43%, 86%) |
| CMYK | cmyk(13%, 5%, 0%, 8%) |
| LAB | lab(87.8 -3.6 -7.9) |
| LCH | lch(87.8 8.7 245.4) |
| OKLCH | oklch(0.894 0.025 236.9) |
Copy-ready code
/* CSS */
color: #cddfeb;
background-color: #cddfeb;
/* Tailwind (arbitrary) */
class="text-[#cddfeb] bg-[#cddfeb]"
/* SCSS */
$brand: #cddfeb;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#cddfeb")Accessibility — WCAG contrast
Aa
#cddfeb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddfeb on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cddfeb text on a black background
contrast 15.35:1
Card sample
#cddfeb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddfeb;
Background color
Panel with #cddfeb background
background-color: #cddfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddfeb; background: linear-gradient(135deg, #cddfeb, #CFCDEB);