#cdecf4
a pale, vivid cyan · cool · closest name: lavender
RGB
205, 236, 244
HSL
192°, 64%, 88%
CMYK
16, 3, 0, 4
Luminance
0.7950
Every format
| HEX | #cdecf4 |
| RGB | rgb(205, 236, 244) |
| HSL | hsl(192, 64%, 88%) |
| CMYK | cmyk(16%, 3%, 0%, 4%) |
| LAB | lab(91.5 -8.5 -7.3) |
| LCH | lch(91.5 11.2 220.6) |
| OKLCH | oklch(0.923 0.034 215.0) |
Copy-ready code
/* CSS */
color: #cdecf4;
background-color: #cdecf4;
/* Tailwind (arbitrary) */
class="text-[#cdecf4] bg-[#cdecf4]"
/* SCSS */
$brand: #cdecf4;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.957)
/* Android */
Color.parseColor("#cdecf4")Accessibility — WCAG contrast
Aa
#cdecf4 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecf4 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta3.3%
Yellow0.0%
Key (black)4.3%
Color previews
#cdecf4 text on a black background
contrast 16.90:1
Card sample
#cdecf4 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecf4;
Background color
Panel with #cdecf4 background
background-color: #cdecf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecf4; background: linear-gradient(135deg, #cdecf4, #CDD2F4);