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