#cff577
a light, electric green · cool · closest name: khaki
RGB
207, 245, 119
HSL
78°, 86%, 71%
CMYK
16, 0, 51, 4
Luminance
0.7990
Every format
| HEX | #cff577 |
| RGB | rgb(207, 245, 119) |
| HSL | hsl(78, 86%, 71%) |
| CMYK | cmyk(16%, 0%, 51%, 4%) |
| LAB | lab(91.6 -31.0 56.0) |
| LCH | lch(91.6 64.0 119.0) |
| OKLCH | oklch(0.917 0.159 123.4) |
Copy-ready code
/* CSS */
color: #cff577;
background-color: #cff577;
/* Tailwind (arbitrary) */
class="text-[#cff577] bg-[#cff577]"
/* SCSS */
$brand: #cff577;
/* SwiftUI */
Color(red: 0.812, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#cff577")Accessibility — WCAG contrast
Aa
#cff577 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff577 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.1%
Blue46.7%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#cff577 text on a black background
contrast 16.98:1
Card sample
#cff577 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff577;
Background color
Panel with #cff577 background
background-color: #cff577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff577; background: linear-gradient(135deg, #cff577, #7BF577);