#cff080
a light, electric green · cool · closest name: khaki
RGB
207, 240, 128
HSL
78°, 79%, 72%
CMYK
14, 0, 47, 6
Luminance
0.7714
Every format
| HEX | #cff080 |
| RGB | rgb(207, 240, 128) |
| HSL | hsl(78, 79%, 72%) |
| CMYK | cmyk(14%, 0%, 47%, 6%) |
| LAB | lab(90.4 -27.8 50.3) |
| LCH | lch(90.4 57.5 118.9) |
| OKLCH | oklch(0.907 0.143 122.8) |
Copy-ready code
/* CSS */
color: #cff080;
background-color: #cff080;
/* Tailwind (arbitrary) */
class="text-[#cff080] bg-[#cff080]"
/* SCSS */
$brand: #cff080;
/* SwiftUI */
Color(red: 0.812, green: 0.941, blue: 0.502)
/* Android */
Color.parseColor("#cff080")Accessibility — WCAG contrast
Aa
#cff080 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff080 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.1%
Blue50.2%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow46.7%
Key (black)5.9%
Color previews
#cff080 text on a black background
contrast 16.43:1
Card sample
#cff080 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff080;
Background color
Panel with #cff080 background
background-color: #cff080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 240, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 240, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff080; background: linear-gradient(135deg, #cff080, #84F080);