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