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