#cdecf8
a pale, electric cyan · cool · closest name: lavender
RGB
205, 236, 248
HSL
197°, 75%, 89%
CMYK
17, 5, 0, 3
Luminance
0.7975
Every format
| HEX | #cdecf8 |
| RGB | rgb(205, 236, 248) |
| HSL | hsl(197, 75%, 89%) |
| CMYK | cmyk(17%, 5%, 0%, 3%) |
| LAB | lab(91.6 -7.6 -9.2) |
| LCH | lch(91.6 11.9 230.3) |
| OKLCH | oklch(0.924 0.036 223.1) |
Copy-ready code
/* CSS */
color: #cdecf8;
background-color: #cdecf8;
/* Tailwind (arbitrary) */
class="text-[#cdecf8] bg-[#cdecf8]"
/* SCSS */
$brand: #cdecf8;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#cdecf8")Accessibility — WCAG contrast
Aa
#cdecf8 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecf8 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue97.3%
CMYK percentages
Cyan17.3%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#cdecf8 text on a black background
contrast 16.95:1
Card sample
#cdecf8 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecf8;
Background color
Panel with #cdecf8 background
background-color: #cdecf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecf8; background: linear-gradient(135deg, #cdecf8, #CDCFF8);