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