#cdecfd
a pale, electric blue · cool · closest name: lavender
RGB
205, 236, 253
HSL
201°, 92%, 90%
CMYK
19, 7, 0, 1
Luminance
0.8006
Every format
| HEX | #cdecfd |
| RGB | rgb(205, 236, 253) |
| HSL | hsl(201, 92%, 90%) |
| CMYK | cmyk(19%, 7%, 0%, 1%) |
| LAB | lab(91.7 -6.6 -11.6) |
| LCH | lch(91.7 13.3 240.3) |
| OKLCH | oklch(0.926 0.040 231.8) |
Copy-ready code
/* CSS */
color: #cdecfd;
background-color: #cdecfd;
/* Tailwind (arbitrary) */
class="text-[#cdecfd] bg-[#cdecfd]"
/* SCSS */
$brand: #cdecfd;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#cdecfd")Accessibility — WCAG contrast
Aa
#cdecfd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecfd on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cdecfd text on a black background
contrast 17.01:1
Card sample
#cdecfd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecfd;
Background color
Panel with #cdecfd background
background-color: #cdecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecfd; background: linear-gradient(135deg, #cdecfd, #CECDFD);