#cdfb72
a light, electric green · cool · closest name: khaki
RGB
205, 251, 114
HSL
80°, 95%, 72%
CMYK
18, 0, 55, 2
Luminance
0.8319
Every format
| HEX | #cdfb72 |
| RGB | rgb(205, 251, 114) |
| HSL | hsl(80, 95%, 72%) |
| CMYK | cmyk(18%, 0%, 55%, 2%) |
| LAB | lab(93.1 -35.0 59.9) |
| LCH | lch(93.1 69.4 120.3) |
| OKLCH | oklch(0.928 0.172 125.1) |
Copy-ready code
/* CSS */
color: #cdfb72;
background-color: #cdfb72;
/* Tailwind (arbitrary) */
class="text-[#cdfb72] bg-[#cdfb72]"
/* SCSS */
$brand: #cdfb72;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.447)
/* Android */
Color.parseColor("#cdfb72")Accessibility — WCAG contrast
Aa
#cdfb72 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb72 on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue44.7%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow54.6%
Key (black)1.6%
Color previews
#cdfb72 text on a black background
contrast 17.64:1
Card sample
#cdfb72 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb72;
Background color
Panel with #cdfb72 background
background-color: #cdfb72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb72; background: linear-gradient(135deg, #cdfb72, #72FB72);