#cddef6
a pale, vivid blue · cool · closest name: lavender
RGB
205, 222, 246
HSL
215°, 70%, 88%
CMYK
17, 10, 0, 4
Luminance
0.7188
Every format
| HEX | #cddef6 |
| RGB | rgb(205, 222, 246) |
| HSL | hsl(215, 70%, 88%) |
| CMYK | cmyk(17%, 10%, 0%, 4%) |
| LAB | lab(87.9 -0.8 -13.6) |
| LCH | lch(87.9 13.6 266.5) |
| OKLCH | oklch(0.895 0.038 257.0) |
Copy-ready code
/* CSS */
color: #cddef6;
background-color: #cddef6;
/* Tailwind (arbitrary) */
class="text-[#cddef6] bg-[#cddef6]"
/* SCSS */
$brand: #cddef6;
/* SwiftUI */
Color(red: 0.804, green: 0.871, blue: 0.965)
/* Android */
Color.parseColor("#cddef6")Accessibility — WCAG contrast
Aa
#cddef6 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddef6 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.1%
Blue96.5%
CMYK percentages
Cyan16.7%
Magenta9.8%
Yellow0.0%
Key (black)3.5%
Color previews
#cddef6 text on a black background
contrast 15.38:1
Card sample
#cddef6 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddef6;
Background color
Panel with #cddef6 background
background-color: #cddef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 222, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 222, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddef6; background: linear-gradient(135deg, #cddef6, #D7CDF6);