#cdf27d
a light, electric green · cool · closest name: khaki
RGB
205, 242, 125
HSL
79°, 82%, 72%
CMYK
15, 0, 48, 5
Luminance
0.7796
Every format
| HEX | #cdf27d |
| RGB | rgb(205, 242, 125) |
| HSL | hsl(79, 82%, 72%) |
| CMYK | cmyk(15%, 0%, 48%, 5%) |
| LAB | lab(90.8 -29.8 52.1) |
| LCH | lch(90.8 60.0 119.7) |
| OKLCH | oklch(0.910 0.150 123.8) |
Copy-ready code
/* CSS */
color: #cdf27d;
background-color: #cdf27d;
/* Tailwind (arbitrary) */
class="text-[#cdf27d] bg-[#cdf27d]"
/* SCSS */
$brand: #cdf27d;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.490)
/* Android */
Color.parseColor("#cdf27d")Accessibility — WCAG contrast
Aa
#cdf27d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf27d on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue49.0%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow48.3%
Key (black)5.1%
Color previews
#cdf27d text on a black background
contrast 16.59:1
Card sample
#cdf27d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf27d;
Background color
Panel with #cdf27d background
background-color: #cdf27d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf27d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf27d; background: linear-gradient(135deg, #cdf27d, #7FF27D);