#cdecf9
a pale, electric cyan · cool · closest name: lavender
RGB
205, 236, 249
HSL
198°, 79%, 89%
CMYK
18, 5, 0, 2
Luminance
0.7981
Every format
| HEX | #cdecf9 |
| RGB | rgb(205, 236, 249) |
| HSL | hsl(198, 79%, 89%) |
| CMYK | cmyk(18%, 5%, 0%, 2%) |
| LAB | lab(91.6 -7.4 -9.7) |
| LCH | lch(91.6 12.2 232.5) |
| OKLCH | oklch(0.925 0.037 225.0) |
Copy-ready code
/* CSS */
color: #cdecf9;
background-color: #cdecf9;
/* Tailwind (arbitrary) */
class="text-[#cdecf9] bg-[#cdecf9]"
/* SCSS */
$brand: #cdecf9;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.976)
/* Android */
Color.parseColor("#cdecf9")Accessibility — WCAG contrast
Aa
#cdecf9 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecf9 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue97.6%
CMYK percentages
Cyan17.7%
Magenta5.2%
Yellow0.0%
Key (black)2.4%
Color previews
#cdecf9 text on a black background
contrast 16.96:1
Card sample
#cdecf9 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecf9;
Background color
Panel with #cdecf9 background
background-color: #cdecf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecf9; background: linear-gradient(135deg, #cdecf9, #CDCFF9);