#cdecf3
a pale, vivid cyan · cool · closest name: lavender
RGB
205, 236, 243
HSL
191°, 61%, 88%
CMYK
16, 3, 0, 5
Luminance
0.7944
Every format
| HEX | #cdecf3 |
| RGB | rgb(205, 236, 243) |
| HSL | hsl(191, 61%, 88%) |
| CMYK | cmyk(16%, 3%, 0%, 5%) |
| LAB | lab(91.4 -8.7 -6.8) |
| LCH | lch(91.4 11.0 218.1) |
| OKLCH | oklch(0.923 0.034 212.9) |
Copy-ready code
/* CSS */
color: #cdecf3;
background-color: #cdecf3;
/* Tailwind (arbitrary) */
class="text-[#cdecf3] bg-[#cdecf3]"
/* SCSS */
$brand: #cdecf3;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.953)
/* Android */
Color.parseColor("#cdecf3")Accessibility — WCAG contrast
Aa
#cdecf3 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecf3 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta2.9%
Yellow0.0%
Key (black)4.7%
Color previews
#cdecf3 text on a black background
contrast 16.89:1
Card sample
#cdecf3 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecf3;
Background color
Panel with #cdecf3 background
background-color: #cdecf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecf3; background: linear-gradient(135deg, #cdecf3, #CDD2F3);