#cdecd8
a pale, soft green · cool · closest name: beige
RGB
205, 236, 216
HSL
141°, 45%, 87%
CMYK
13, 0, 9, 8
Luminance
0.7793
Every format
| HEX | #cdecd8 |
| RGB | rgb(205, 236, 216) |
| HSL | hsl(141, 45%, 87%) |
| CMYK | cmyk(13%, 0%, 9%, 8%) |
| LAB | lab(90.8 -13.9 6.3) |
| LCH | lch(90.8 15.2 155.6) |
| OKLCH | oklch(0.915 0.042 157.2) |
Copy-ready code
/* CSS */
color: #cdecd8;
background-color: #cdecd8;
/* Tailwind (arbitrary) */
class="text-[#cdecd8] bg-[#cdecd8]"
/* SCSS */
$brand: #cdecd8;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.847)
/* Android */
Color.parseColor("#cdecd8")Accessibility — WCAG contrast
Aa
#cdecd8 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecd8 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue84.7%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow8.5%
Key (black)7.5%
Color previews
#cdecd8 text on a black background
contrast 16.59:1
Card sample
#cdecd8 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecd8;
Background color
Panel with #cdecd8 background
background-color: #cdecd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecd8; background: linear-gradient(135deg, #cdecd8, #CDEBEC);