#cddbfe
a pale, electric blue · cool · closest name: lavender
RGB
205, 219, 254
HSL
223°, 96%, 90%
CMYK
19, 14, 0, 0
Luminance
0.7080
Every format
| HEX | #cddbfe |
| RGB | rgb(205, 219, 254) |
| HSL | hsl(223, 96%, 90%) |
| CMYK | cmyk(19%, 14%, 0%, 0%) |
| LAB | lab(87.4 2.4 -18.6) |
| LCH | lch(87.4 18.8 277.4) |
| OKLCH | oklch(0.892 0.051 268.1) |
Copy-ready code
/* CSS */
color: #cddbfe;
background-color: #cddbfe;
/* Tailwind (arbitrary) */
class="text-[#cddbfe] bg-[#cddbfe]"
/* SCSS */
$brand: #cddbfe;
/* SwiftUI */
Color(red: 0.804, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#cddbfe")Accessibility — WCAG contrast
Aa
#cddbfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddbfe on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.9%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cddbfe text on a black background
contrast 15.16:1
Card sample
#cddbfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddbfe;
Background color
Panel with #cddbfe background
background-color: #cddbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddbfe; background: linear-gradient(135deg, #cddbfe, #E0CDFE);