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