#cdecec
a pale, soft cyan · cool · closest name: white
RGB
205, 236, 236
HSL
180°, 45%, 87%
CMYK
13, 0, 0, 8
Luminance
0.7903
Every format
| HEX | #cdecec |
| RGB | rgb(205, 236, 236) |
| HSL | hsl(180, 45%, 87%) |
| CMYK | cmyk(13%, 0%, 0%, 8%) |
| LAB | lab(91.3 -10.1 -3.4) |
| LCH | lch(91.3 10.6 198.7) |
| OKLCH | oklch(0.921 0.032 196.6) |
Copy-ready code
/* CSS */
color: #cdecec;
background-color: #cdecec;
/* Tailwind (arbitrary) */
class="text-[#cdecec] bg-[#cdecec]"
/* SCSS */
$brand: #cdecec;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#cdecec")Accessibility — WCAG contrast
Aa
#cdecec on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecec on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue92.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#cdecec text on a black background
contrast 16.81:1
Card sample
#cdecec text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecec;
Background color
Panel with #cdecec background
background-color: #cdecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecec; background: linear-gradient(135deg, #cdecec, #CDD7EC);