#cddbf8
a pale, electric blue · cool · closest name: lavender
RGB
205, 219, 248
HSL
221°, 75%, 89%
CMYK
17, 12, 0, 3
Luminance
0.7042
Every format
| HEX | #cddbf8 |
| RGB | rgb(205, 219, 248) |
| HSL | hsl(221, 75%, 89%) |
| CMYK | cmyk(17%, 12%, 0%, 3%) |
| LAB | lab(87.2 1.1 -15.7) |
| LCH | lch(87.2 15.8 274.2) |
| OKLCH | oklch(0.890 0.043 265.0) |
Copy-ready code
/* CSS */
color: #cddbf8;
background-color: #cddbf8;
/* Tailwind (arbitrary) */
class="text-[#cddbf8] bg-[#cddbf8]"
/* SCSS */
$brand: #cddbf8;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.973)
/* Android */
Color.parseColor("#cddbf8")Accessibility — WCAG contrast
Aa
#cddbf8 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbf8 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue97.3%
CMYK percentages
Cyan17.3%
Magenta11.7%
Yellow0.0%
Key (black)2.7%
Color previews
#cddbf8 text on a black background
contrast 15.08:1
Card sample
#cddbf8 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbf8;
Background color
Panel with #cddbf8 background
background-color: #cddbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbf8; background: linear-gradient(135deg, #cddbf8, #DCCDF8);