#cdf25f
a light, electric green · cool · closest name: khaki
RGB
205, 242, 95
HSL
75°, 85%, 66%
CMYK
15, 0, 61, 5
Luminance
0.7731
Every format
| HEX | #cdf25f |
| RGB | rgb(205, 242, 95) |
| HSL | hsl(75, 85%, 66%) |
| CMYK | cmyk(15%, 0%, 61%, 5%) |
| LAB | lab(90.5 -32.4 65.1) |
| LCH | lch(90.5 72.7 116.5) |
| OKLCH | oklch(0.907 0.176 122.0) |
Copy-ready code
/* CSS */
color: #cdf25f;
background-color: #cdf25f;
/* Tailwind (arbitrary) */
class="text-[#cdf25f] bg-[#cdf25f]"
/* SCSS */
$brand: #cdf25f;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.373)
/* Android */
Color.parseColor("#cdf25f")Accessibility — WCAG contrast
Aa
#cdf25f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf25f on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue37.3%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow60.7%
Key (black)5.1%
Color previews
#cdf25f text on a black background
contrast 16.46:1
Card sample
#cdf25f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf25f;
Background color
Panel with #cdf25f background
background-color: #cdf25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf25f; background: linear-gradient(135deg, #cdf25f, #6BF25F);