#cdf09d
a light, vivid green · cool · closest name: khaki
RGB
205, 240, 157
HSL
85°, 74%, 78%
CMYK
15, 0, 35, 6
Luminance
0.7773
Every format
| HEX | #cdf09d |
| RGB | rgb(205, 240, 157) |
| HSL | hsl(85, 74%, 78%) |
| CMYK | cmyk(15%, 0%, 35%, 6%) |
| LAB | lab(90.7 -25.1 36.5) |
| LCH | lch(90.7 44.3 124.6) |
| OKLCH | oklch(0.911 0.114 127.1) |
Copy-ready code
/* CSS */
color: #cdf09d;
background-color: #cdf09d;
/* Tailwind (arbitrary) */
class="text-[#cdf09d] bg-[#cdf09d]"
/* SCSS */
$brand: #cdf09d;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.616)
/* Android */
Color.parseColor("#cdf09d")Accessibility — WCAG contrast
Aa
#cdf09d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf09d on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue61.6%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow34.6%
Key (black)5.9%
Color previews
#cdf09d text on a black background
contrast 16.55:1
Card sample
#cdf09d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf09d;
Background color
Panel with #cdf09d background
background-color: #cdf09d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf09d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf09d; background: linear-gradient(135deg, #cdf09d, #9DF0A4);