#cdf977
a light, electric green · cool · closest name: khaki
RGB
205, 249, 119
HSL
80°, 92%, 72%
CMYK
18, 0, 52, 2
Luminance
0.8206
Every format
| HEX | #cdf977 |
| RGB | rgb(205, 249, 119) |
| HSL | hsl(80, 92%, 72%) |
| CMYK | cmyk(18%, 0%, 52%, 2%) |
| LAB | lab(92.6 -33.6 57.1) |
| LCH | lch(92.6 66.3 120.5) |
| OKLCH | oklch(0.925 0.165 125.0) |
Copy-ready code
/* CSS */
color: #cdf977;
background-color: #cdf977;
/* Tailwind (arbitrary) */
class="text-[#cdf977] bg-[#cdf977]"
/* SCSS */
$brand: #cdf977;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.467)
/* Android */
Color.parseColor("#cdf977")Accessibility — WCAG contrast
Aa
#cdf977 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf977 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue46.7%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow52.2%
Key (black)2.4%
Color previews
#cdf977 text on a black background
contrast 17.41:1
Card sample
#cdf977 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf977;
Background color
Panel with #cdf977 background
background-color: #cdf977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf977; background: linear-gradient(135deg, #cdf977, #77F978);