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