#cedf8d
a light, vivid green · cool · closest name: khaki
RGB
206, 223, 141
HSL
72°, 56%, 71%
CMYK
8, 0, 37, 13
Luminance
0.6782
Every format
| HEX | #cedf8d |
| RGB | rgb(206, 223, 141) |
| HSL | hsl(72, 56%, 71%) |
| CMYK | cmyk(8%, 0%, 37%, 13%) |
| LAB | lab(85.9 -18.5 38.3) |
| LCH | lch(85.9 42.6 115.8) |
| OKLCH | oklch(0.872 0.107 118.2) |
Copy-ready code
/* CSS */
color: #cedf8d;
background-color: #cedf8d;
/* Tailwind (arbitrary) */
class="text-[#cedf8d] bg-[#cedf8d]"
/* SCSS */
$brand: #cedf8d;
/* SwiftUI */
Color(red: 0.808, green: 0.875, blue: 0.553)
/* Android */
Color.parseColor("#cedf8d")Accessibility — WCAG contrast
Aa
#cedf8d on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedf8d on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.5%
Blue55.3%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow36.8%
Key (black)12.5%
Color previews
#cedf8d text on a black background
contrast 14.56:1
Card sample
#cedf8d text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedf8d;
Background color
Panel with #cedf8d background
background-color: #cedf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 223, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 223, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedf8d; background: linear-gradient(135deg, #cedf8d, #97DF8D);