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