#cdf697
a light, electric green · cool · closest name: khaki
RGB
205, 246, 151
HSL
86°, 84%, 78%
CMYK
17, 0, 39, 4
Luminance
0.8113
Every format
| HEX | #cdf697 |
| RGB | rgb(205, 246, 151) |
| HSL | hsl(86, 84%, 78%) |
| CMYK | cmyk(17%, 0%, 39%, 4%) |
| LAB | lab(92.2 -28.7 41.4) |
| LCH | lch(92.2 50.4 124.7) |
| OKLCH | oklch(0.923 0.129 127.7) |
Copy-ready code
/* CSS */
color: #cdf697;
background-color: #cdf697;
/* Tailwind (arbitrary) */
class="text-[#cdf697] bg-[#cdf697]"
/* SCSS */
$brand: #cdf697;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#cdf697")Accessibility — WCAG contrast
Aa
#cdf697 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf697 on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue59.2%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#cdf697 text on a black background
contrast 17.23:1
Card sample
#cdf697 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf697;
Background color
Panel with #cdf697 background
background-color: #cdf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf697; background: linear-gradient(135deg, #cdf697, #97F6A0);