#cdf461
a light, electric green · cool · closest name: khaki
RGB
205, 244, 97
HSL
76°, 87%, 67%
CMYK
16, 0, 60, 4
Luminance
0.7854
Every format
| HEX | #cdf461 |
| RGB | rgb(205, 244, 97) |
| HSL | hsl(76, 87%, 67%) |
| CMYK | cmyk(16%, 0%, 60%, 4%) |
| LAB | lab(91.0 -33.2 64.9) |
| LCH | lch(91.0 72.8 117.1) |
| OKLCH | oklch(0.911 0.177 122.5) |
Copy-ready code
/* CSS */
color: #cdf461;
background-color: #cdf461;
/* Tailwind (arbitrary) */
class="text-[#cdf461] bg-[#cdf461]"
/* SCSS */
$brand: #cdf461;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.380)
/* Android */
Color.parseColor("#cdf461")Accessibility — WCAG contrast
Aa
#cdf461 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf461 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue38.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow60.2%
Key (black)4.3%
Color previews
#cdf461 text on a black background
contrast 16.71:1
Card sample
#cdf461 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf461;
Background color
Panel with #cdf461 background
background-color: #cdf461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf461; background: linear-gradient(135deg, #cdf461, #6BF461);