#cdfc73
a light, electric green · cool · closest name: khaki
RGB
205, 252, 115
HSL
81°, 96%, 72%
CMYK
19, 0, 54, 1
Luminance
0.8384
Every format
| HEX | #cdfc73 |
| RGB | rgb(205, 252, 115) |
| HSL | hsl(81, 96%, 72%) |
| CMYK | cmyk(19%, 0%, 54%, 1%) |
| LAB | lab(93.4 -35.3 59.8) |
| LCH | lch(93.4 69.5 120.6) |
| OKLCH | oklch(0.931 0.172 125.4) |
Copy-ready code
/* CSS */
color: #cdfc73;
background-color: #cdfc73;
/* Tailwind (arbitrary) */
class="text-[#cdfc73] bg-[#cdfc73]"
/* SCSS */
$brand: #cdfc73;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.451)
/* Android */
Color.parseColor("#cdfc73")Accessibility — WCAG contrast
Aa
#cdfc73 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc73 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue45.1%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow54.4%
Key (black)1.2%
Color previews
#cdfc73 text on a black background
contrast 17.77:1
Card sample
#cdfc73 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc73;
Background color
Panel with #cdfc73 background
background-color: #cdfc73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc73; background: linear-gradient(135deg, #cdfc73, #73FC75);