#cdecf6
a pale, vivid cyan · cool · closest name: lavender
RGB
205, 236, 246
HSL
195°, 70%, 88%
CMYK
17, 4, 0, 4
Luminance
0.7962
Every format
| HEX | #cdecf6 |
| RGB | rgb(205, 236, 246) |
| HSL | hsl(195, 70%, 88%) |
| CMYK | cmyk(17%, 4%, 0%, 4%) |
| LAB | lab(91.5 -8.1 -8.2) |
| LCH | lch(91.5 11.5 225.6) |
| OKLCH | oklch(0.924 0.035 219.2) |
Copy-ready code
/* CSS */
color: #cdecf6;
background-color: #cdecf6;
/* Tailwind (arbitrary) */
class="text-[#cdecf6] bg-[#cdecf6]"
/* SCSS */
$brand: #cdecf6;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.965)
/* Android */
Color.parseColor("#cdecf6")Accessibility — WCAG contrast
Aa
#cdecf6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecf6 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue96.5%
CMYK percentages
Cyan16.7%
Magenta4.1%
Yellow0.0%
Key (black)3.5%
Color previews
#cdecf6 text on a black background
contrast 16.92:1
Card sample
#cdecf6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecf6;
Background color
Panel with #cdecf6 background
background-color: #cdecf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecf6; background: linear-gradient(135deg, #cdecf6, #CDD1F6);