#cffc73
a light, electric green · cool · closest name: khaki
RGB
207, 252, 115
HSL
80°, 96%, 72%
CMYK
18, 0, 54, 1
Luminance
0.8412
Every format
| HEX | #cffc73 |
| RGB | rgb(207, 252, 115) |
| HSL | hsl(80, 96%, 72%) |
| CMYK | cmyk(18%, 0%, 54%, 1%) |
| LAB | lab(93.5 -34.6 60.0) |
| LCH | lch(93.5 69.2 120.0) |
| OKLCH | oklch(0.932 0.171 124.8) |
Copy-ready code
/* CSS */
color: #cffc73;
background-color: #cffc73;
/* Tailwind (arbitrary) */
class="text-[#cffc73] bg-[#cffc73]"
/* SCSS */
$brand: #cffc73;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.451)
/* Android */
Color.parseColor("#cffc73")Accessibility — WCAG contrast
Aa
#cffc73 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc73 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue45.1%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow54.4%
Key (black)1.2%
Color previews
#cffc73 text on a black background
contrast 17.82:1
Card sample
#cffc73 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc73;
Background color
Panel with #cffc73 background
background-color: #cffc73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc73; background: linear-gradient(135deg, #cffc73, #74FC73);