#cdf397
a light, electric green · cool · closest name: khaki
RGB
205, 243, 151
HSL
85°, 79%, 77%
CMYK
16, 0, 38, 5
Luminance
0.7931
Every format
| HEX | #cdf397 |
| RGB | rgb(205, 243, 151) |
| HSL | hsl(85, 79%, 77%) |
| CMYK | cmyk(16%, 0%, 38%, 5%) |
| LAB | lab(91.4 -27.3 40.4) |
| LCH | lch(91.4 48.8 124.1) |
| OKLCH | oklch(0.916 0.124 127.0) |
Copy-ready code
/* CSS */
color: #cdf397;
background-color: #cdf397;
/* Tailwind (arbitrary) */
class="text-[#cdf397] bg-[#cdf397]"
/* SCSS */
$brand: #cdf397;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.592)
/* Android */
Color.parseColor("#cdf397")Accessibility — WCAG contrast
Aa
#cdf397 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf397 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue59.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow37.9%
Key (black)4.7%
Color previews
#cdf397 text on a black background
contrast 16.86:1
Card sample
#cdf397 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf397;
Background color
Panel with #cdf397 background
background-color: #cdf397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf397; background: linear-gradient(135deg, #cdf397, #97F39F);