#cfff72
a light, electric green · cool · closest name: khaki
RGB
207, 255, 114
HSL
80°, 100%, 72%
CMYK
19, 0, 55, 0
Luminance
0.8600
Every format
| HEX | #cfff72 |
| RGB | rgb(207, 255, 114) |
| HSL | hsl(80, 100%, 72%) |
| CMYK | cmyk(19%, 0%, 55%, 0%) |
| LAB | lab(94.3 -36.0 61.3) |
| LCH | lch(94.3 71.1 120.4) |
| OKLCH | oklch(0.939 0.176 125.4) |
Copy-ready code
/* CSS */
color: #cfff72;
background-color: #cfff72;
/* Tailwind (arbitrary) */
class="text-[#cfff72] bg-[#cfff72]"
/* SCSS */
$brand: #cfff72;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.447)
/* Android */
Color.parseColor("#cfff72")Accessibility — WCAG contrast
Aa
#cfff72 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff72 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue44.7%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow55.3%
Key (black)0.0%
Color previews
#cfff72 text on a black background
contrast 18.20:1
Card sample
#cfff72 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff72;
Background color
Panel with #cfff72 background
background-color: #cfff72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff72; background: linear-gradient(135deg, #cfff72, #72FF73);