#cff776
a light, electric green · cool · closest name: khaki
RGB
207, 247, 118
HSL
79°, 89%, 72%
CMYK
16, 0, 52, 3
Luminance
0.8109
Every format
| HEX | #cff776 |
| RGB | rgb(207, 247, 118) |
| HSL | hsl(79, 89%, 72%) |
| CMYK | cmyk(16%, 0%, 52%, 3%) |
| LAB | lab(92.2 -32.0 57.1) |
| LCH | lch(92.2 65.5 119.3) |
| OKLCH | oklch(0.921 0.162 123.8) |
Copy-ready code
/* CSS */
color: #cff776;
background-color: #cff776;
/* Tailwind (arbitrary) */
class="text-[#cff776] bg-[#cff776]"
/* SCSS */
$brand: #cff776;
/* SwiftUI */
Color(red: 0.812, green: 0.969, blue: 0.463)
/* Android */
Color.parseColor("#cff776")Accessibility — WCAG contrast
Aa
#cff776 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff776 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.9%
Blue46.3%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow52.2%
Key (black)3.1%
Color previews
#cff776 text on a black background
contrast 17.22:1
Card sample
#cff776 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff776;
Background color
Panel with #cff776 background
background-color: #cff776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 247, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 247, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff776; background: linear-gradient(135deg, #cff776, #79F776);