#cdedba
a light, vivid green · cool · closest name: beige
RGB
205, 237, 186
HSL
98°, 59%, 83%
CMYK
14, 0, 22, 7
Luminance
0.7709
Every format
| HEX | #cdedba |
| RGB | rgb(205, 237, 186) |
| HSL | hsl(98, 59%, 83%) |
| CMYK | cmyk(14%, 0%, 22%, 7%) |
| LAB | lab(90.4 -19.5 21.3) |
| LCH | lch(90.4 28.9 132.4) |
| OKLCH | oklch(0.910 0.076 134.0) |
Copy-ready code
/* CSS */
color: #cdedba;
background-color: #cdedba;
/* Tailwind (arbitrary) */
class="text-[#cdedba] bg-[#cdedba]"
/* SCSS */
$brand: #cdedba;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.729)
/* Android */
Color.parseColor("#cdedba")Accessibility — WCAG contrast
Aa
#cdedba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedba on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue72.9%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow21.5%
Key (black)7.1%
Color previews
#cdedba text on a black background
contrast 16.42:1
Card sample
#cdedba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedba;
Background color
Panel with #cdedba background
background-color: #cdedba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedba; background: linear-gradient(135deg, #cdedba, #BAEDC9);