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