#cdf459
a light, electric green · cool · closest name: yellow
RGB
205, 244, 89
HSL
75°, 88%, 65%
CMYK
16, 0, 64, 4
Luminance
0.7840
Every format
| HEX | #cdf459 |
| RGB | rgb(205, 244, 89) |
| HSL | hsl(75, 88%, 65%) |
| CMYK | cmyk(16%, 0%, 64%, 4%) |
| LAB | lab(91.0 -33.7 68.0) |
| LCH | lch(91.0 75.9 116.4) |
| OKLCH | oklch(0.910 0.183 122.2) |
Copy-ready code
/* CSS */
color: #cdf459;
background-color: #cdf459;
/* Tailwind (arbitrary) */
class="text-[#cdf459] bg-[#cdf459]"
/* SCSS */
$brand: #cdf459;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.349)
/* Android */
Color.parseColor("#cdf459")Accessibility — WCAG contrast
Aa
#cdf459 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf459 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue34.9%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow63.5%
Key (black)4.3%
Color previews
#cdf459 text on a black background
contrast 16.68:1
Card sample
#cdf459 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf459;
Background color
Panel with #cdf459 background
background-color: #cdf459;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf459;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf459; background: linear-gradient(135deg, #cdf459, #66F459);