#cdf484
a light, electric green · cool · closest name: khaki
RGB
205, 244, 132
HSL
81°, 84%, 74%
CMYK
16, 0, 46, 4
Luminance
0.7935
Every format
| HEX | #cdf484 |
| RGB | rgb(205, 244, 132) |
| HSL | hsl(81, 84%, 74%) |
| CMYK | cmyk(16%, 0%, 46%, 4%) |
| LAB | lab(91.4 -30.0 49.6) |
| LCH | lch(91.4 58.0 121.1) |
| OKLCH | oklch(0.915 0.146 125.0) |
Copy-ready code
/* CSS */
color: #cdf484;
background-color: #cdf484;
/* Tailwind (arbitrary) */
class="text-[#cdf484] bg-[#cdf484]"
/* SCSS */
$brand: #cdf484;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.518)
/* Android */
Color.parseColor("#cdf484")Accessibility — WCAG contrast
Aa
#cdf484 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf484 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue51.8%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow45.9%
Key (black)4.3%
Color previews
#cdf484 text on a black background
contrast 16.87:1
Card sample
#cdf484 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf484;
Background color
Panel with #cdf484 background
background-color: #cdf484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf484; background: linear-gradient(135deg, #cdf484, #84F486);