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