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