#cddbf3
a pale, vivid blue · cool · closest name: lavender
RGB
205, 219, 243
HSL
218°, 61%, 88%
CMYK
16, 10, 0, 5
Luminance
0.7011
Every format
| HEX | #cddbf3 |
| RGB | rgb(205, 219, 243) |
| HSL | hsl(218, 61%, 88%) |
| CMYK | cmyk(16%, 10%, 0%, 5%) |
| LAB | lab(87.0 0.1 -13.3) |
| LCH | lch(87.0 13.3 270.4) |
| OKLCH | oklch(0.888 0.036 261.3) |
Copy-ready code
/* CSS */
color: #cddbf3;
background-color: #cddbf3;
/* Tailwind (arbitrary) */
class="text-[#cddbf3] bg-[#cddbf3]"
/* SCSS */
$brand: #cddbf3;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#cddbf3")Accessibility — WCAG contrast
Aa
#cddbf3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbf3 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#cddbf3 text on a black background
contrast 15.02:1
Card sample
#cddbf3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbf3;
Background color
Panel with #cddbf3 background
background-color: #cddbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbf3; background: linear-gradient(135deg, #cddbf3, #D8CDF3);