#cdeccb
a pale, vivid green · cool · closest name: beige
RGB
205, 236, 203
HSL
116°, 47%, 86%
CMYK
13, 0, 14, 8
Luminance
0.7728
Every format
| HEX | #cdeccb |
| RGB | rgb(205, 236, 203) |
| HSL | hsl(116, 47%, 86%) |
| CMYK | cmyk(13%, 0%, 14%, 8%) |
| LAB | lab(90.5 -16.2 12.6) |
| LCH | lch(90.5 20.5 142.0) |
| OKLCH | oklch(0.912 0.055 143.5) |
Copy-ready code
/* CSS */
color: #cdeccb;
background-color: #cdeccb;
/* Tailwind (arbitrary) */
class="text-[#cdeccb] bg-[#cdeccb]"
/* SCSS */
$brand: #cdeccb;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#cdeccb")Accessibility — WCAG contrast
Aa
#cdeccb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeccb on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue79.6%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#cdeccb text on a black background
contrast 16.46:1
Card sample
#cdeccb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeccb;
Background color
Panel with #cdeccb background
background-color: #cdeccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeccb; background: linear-gradient(135deg, #cdeccb, #CBECDF);