#cdedff
a pale, electric blue · cool · closest name: lavender
RGB
205, 237, 255
HSL
202°, 100%, 90%
CMYK
20, 7, 0, 0
Luminance
0.8077
Every format
| HEX | #cdedff |
| RGB | rgb(205, 237, 255) |
| HSL | hsl(202, 100%, 90%) |
| CMYK | cmyk(20%, 7%, 0%, 0%) |
| LAB | lab(92.0 -6.7 -12.2) |
| LCH | lch(92.0 13.9 241.2) |
| OKLCH | oklch(0.929 0.042 232.5) |
Copy-ready code
/* CSS */
color: #cdedff;
background-color: #cdedff;
/* Tailwind (arbitrary) */
class="text-[#cdedff] bg-[#cdedff]"
/* SCSS */
$brand: #cdedff;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 1.000)
/* Android */
Color.parseColor("#cdedff")Accessibility — WCAG contrast
Aa
#cdedff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedff on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta7.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cdedff text on a black background
contrast 17.15:1
Card sample
#cdedff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedff;
Background color
Panel with #cdedff background
background-color: #cdedff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedff; background: linear-gradient(135deg, #cdedff, #CECDFF);