#cdedac
a light, vivid green · cool · closest name: khaki
RGB
205, 237, 172
HSL
90°, 64%, 80%
CMYK
14, 0, 27, 7
Luminance
0.7653
Every format
| HEX | #cdedac |
| RGB | rgb(205, 237, 172) |
| HSL | hsl(90, 64%, 80%) |
| CMYK | cmyk(14%, 0%, 27%, 7%) |
| LAB | lab(90.1 -21.6 28.1) |
| LCH | lch(90.1 35.5 127.5) |
| OKLCH | oklch(0.907 0.092 129.4) |
Copy-ready code
/* CSS */
color: #cdedac;
background-color: #cdedac;
/* Tailwind (arbitrary) */
class="text-[#cdedac] bg-[#cdedac]"
/* SCSS */
$brand: #cdedac;
/* SwiftUI */
Color(red: 0.804, green: 0.929, blue: 0.675)
/* Android */
Color.parseColor("#cdedac")Accessibility — WCAG contrast
Aa
#cdedac on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdedac on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.9%
Blue67.5%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow27.4%
Key (black)7.1%
Color previews
#cdedac text on a black background
contrast 16.31:1
Card sample
#cdedac text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdedac;
Background color
Panel with #cdedac background
background-color: #cdedac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdedac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 237, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 237, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdedac; background: linear-gradient(135deg, #cdedac, #ACEDB6);