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