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