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