#cdff72
a light, electric green · cool · closest name: khaki
RGB
205, 255, 114
HSL
81°, 100%, 72%
CMYK
20, 0, 55, 0
Luminance
0.8571
Every format
| HEX | #cdff72 |
| RGB | rgb(205, 255, 114) |
| HSL | hsl(81, 100%, 72%) |
| CMYK | cmyk(20%, 0%, 55%, 0%) |
| LAB | lab(94.2 -36.8 61.2) |
| LCH | lch(94.2 71.4 121.0) |
| OKLCH | oklch(0.937 0.177 125.9) |
Copy-ready code
/* CSS */
color: #cdff72;
background-color: #cdff72;
/* Tailwind (arbitrary) */
class="text-[#cdff72] bg-[#cdff72]"
/* SCSS */
$brand: #cdff72;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.447)
/* Android */
Color.parseColor("#cdff72")Accessibility — WCAG contrast
Aa
#cdff72 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff72 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue44.7%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow55.3%
Key (black)0.0%
Color previews
#cdff72 text on a black background
contrast 18.14:1
Card sample
#cdff72 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff72;
Background color
Panel with #cdff72 background
background-color: #cdff72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff72; background: linear-gradient(135deg, #cdff72, #72FF75);