#cdf490
a light, electric green · cool · closest name: khaki
RGB
205, 244, 144
HSL
83°, 82%, 76%
CMYK
16, 0, 41, 4
Luminance
0.7969
Every format
| HEX | #cdf490 |
| RGB | rgb(205, 244, 144) |
| HSL | hsl(83, 82%, 76%) |
| CMYK | cmyk(16%, 0%, 41%, 4%) |
| LAB | lab(91.5 -28.6 44.0) |
| LCH | lch(91.5 52.5 123.0) |
| OKLCH | oklch(0.917 0.133 126.3) |
Copy-ready code
/* CSS */
color: #cdf490;
background-color: #cdf490;
/* Tailwind (arbitrary) */
class="text-[#cdf490] bg-[#cdf490]"
/* SCSS */
$brand: #cdf490;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.565)
/* Android */
Color.parseColor("#cdf490")Accessibility — WCAG contrast
Aa
#cdf490 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf490 on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue56.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow41.0%
Key (black)4.3%
Color previews
#cdf490 text on a black background
contrast 16.94:1
Card sample
#cdf490 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf490;
Background color
Panel with #cdf490 background
background-color: #cdf490;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf490;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf490; background: linear-gradient(135deg, #cdf490, #90F496);