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