#cdf07f
a light, electric green · cool · closest name: khaki
RGB
205, 240, 127
HSL
79°, 79%, 72%
CMYK
15, 0, 47, 6
Luminance
0.7683
Every format
| HEX | #cdf07f |
| RGB | rgb(205, 240, 127) |
| HSL | hsl(79, 79%, 72%) |
| CMYK | cmyk(15%, 0%, 47%, 6%) |
| LAB | lab(90.2 -28.6 50.6) |
| LCH | lch(90.2 58.1 119.5) |
| OKLCH | oklch(0.906 0.145 123.4) |
Copy-ready code
/* CSS */
color: #cdf07f;
background-color: #cdf07f;
/* Tailwind (arbitrary) */
class="text-[#cdf07f] bg-[#cdf07f]"
/* SCSS */
$brand: #cdf07f;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.498)
/* Android */
Color.parseColor("#cdf07f")Accessibility — WCAG contrast
Aa
#cdf07f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf07f on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue49.8%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow47.1%
Key (black)5.9%
Color previews
#cdf07f text on a black background
contrast 16.37:1
Card sample
#cdf07f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf07f;
Background color
Panel with #cdf07f background
background-color: #cdf07f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf07f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf07f; background: linear-gradient(135deg, #cdf07f, #82F07F);