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