#cddbf5
a pale, vivid blue · cool · closest name: lavender
RGB
205, 219, 245
HSL
219°, 67%, 88%
CMYK
16, 11, 0, 4
Luminance
0.7023
Every format
| HEX | #cddbf5 |
| RGB | rgb(205, 219, 245) |
| HSL | hsl(219, 67%, 88%) |
| CMYK | cmyk(16%, 11%, 0%, 4%) |
| LAB | lab(87.1 0.5 -14.3) |
| LCH | lch(87.1 14.3 272.0) |
| OKLCH | oklch(0.889 0.039 262.9) |
Copy-ready code
/* CSS */
color: #cddbf5;
background-color: #cddbf5;
/* Tailwind (arbitrary) */
class="text-[#cddbf5] bg-[#cddbf5]"
/* SCSS */
$brand: #cddbf5;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.961)
/* Android */
Color.parseColor("#cddbf5")Accessibility — WCAG contrast
Aa
#cddbf5 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbf5 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta10.6%
Yellow0.0%
Key (black)3.9%
Color previews
#cddbf5 text on a black background
contrast 15.05:1
Card sample
#cddbf5 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbf5;
Background color
Panel with #cddbf5 background
background-color: #cddbf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbf5; background: linear-gradient(135deg, #cddbf5, #DACDF5);