#cddbf0
a pale, vivid blue · cool · closest name: lavender
RGB
205, 219, 240
HSL
216°, 54%, 87%
CMYK
15, 9, 0, 6
Luminance
0.6993
Every format
| HEX | #cddbf0 |
| RGB | rgb(205, 219, 240) |
| HSL | hsl(216, 54%, 87%) |
| CMYK | cmyk(15%, 9%, 0%, 6%) |
| LAB | lab(87.0 -0.5 -11.8) |
| LCH | lch(87.0 11.9 267.4) |
| OKLCH | oklch(0.887 0.033 258.4) |
Copy-ready code
/* CSS */
color: #cddbf0;
background-color: #cddbf0;
/* Tailwind (arbitrary) */
class="text-[#cddbf0] bg-[#cddbf0]"
/* SCSS */
$brand: #cddbf0;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.941)
/* Android */
Color.parseColor("#cddbf0")Accessibility — WCAG contrast
Aa
#cddbf0 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbf0 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta8.8%
Yellow0.0%
Key (black)5.9%
Color previews
#cddbf0 text on a black background
contrast 14.99:1
Card sample
#cddbf0 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbf0;
Background color
Panel with #cddbf0 background
background-color: #cddbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbf0; background: linear-gradient(135deg, #cddbf0, #D6CDF0);