#cdecf0
a pale, vivid cyan · cool · closest name: lavender
RGB
205, 236, 240
HSL
187°, 54%, 87%
CMYK
15, 2, 0, 6
Luminance
0.7926
Every format
| HEX | #cdecf0 |
| RGB | rgb(205, 236, 240) |
| HSL | hsl(187, 54%, 87%) |
| CMYK | cmyk(15%, 2%, 0%, 6%) |
| LAB | lab(91.3 -9.3 -5.3) |
| LCH | lch(91.3 10.7 209.9) |
| OKLCH | oklch(0.922 0.033 206.1) |
Copy-ready code
/* CSS */
color: #cdecf0;
background-color: #cdecf0;
/* Tailwind (arbitrary) */
class="text-[#cdecf0] bg-[#cdecf0]"
/* SCSS */
$brand: #cdecf0;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.941)
/* Android */
Color.parseColor("#cdecf0")Accessibility — WCAG contrast
Aa
#cdecf0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecf0 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta1.7%
Yellow0.0%
Key (black)5.9%
Color previews
#cdecf0 text on a black background
contrast 16.85:1
Card sample
#cdecf0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecf0;
Background color
Panel with #cdecf0 background
background-color: #cdecf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecf0; background: linear-gradient(135deg, #cdecf0, #CDD5F0);