#cdecdf
a pale, soft green · cool · closest name: beige
RGB
205, 236, 223
HSL
155°, 45%, 87%
CMYK
13, 0, 6, 8
Luminance
0.7830
Every format
| HEX | #cdecdf |
| RGB | rgb(205, 236, 223) |
| HSL | hsl(155, 45%, 87%) |
| CMYK | cmyk(13%, 0%, 6%, 8%) |
| LAB | lab(90.9 -12.6 2.9) |
| LCH | lch(90.9 12.9 167.1) |
| OKLCH | oklch(0.917 0.037 168.3) |
Copy-ready code
/* CSS */
color: #cdecdf;
background-color: #cdecdf;
/* Tailwind (arbitrary) */
class="text-[#cdecdf] bg-[#cdecdf]"
/* SCSS */
$brand: #cdecdf;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#cdecdf")Accessibility — WCAG contrast
Aa
#cdecdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdecdf on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue87.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#cdecdf text on a black background
contrast 16.66:1
Card sample
#cdecdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdecdf;
Background color
Panel with #cdecdf background
background-color: #cdecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdecdf; background: linear-gradient(135deg, #cdecdf, #CDE4EC);