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