#cff87c
a light, electric green · cool · closest name: khaki
RGB
207, 248, 124
HSL
80°, 90%, 73%
CMYK
17, 0, 50, 3
Luminance
0.8186
Every format
| HEX | #cff87c |
| RGB | rgb(207, 248, 124) |
| HSL | hsl(80, 90%, 73%) |
| CMYK | cmyk(17%, 0%, 50%, 3%) |
| LAB | lab(92.5 -31.9 54.7) |
| LCH | lch(92.5 63.4 120.2) |
| OKLCH | oklch(0.924 0.158 124.5) |
Copy-ready code
/* CSS */
color: #cff87c;
background-color: #cff87c;
/* Tailwind (arbitrary) */
class="text-[#cff87c] bg-[#cff87c]"
/* SCSS */
$brand: #cff87c;
/* SwiftUI */
Color(red: 0.812, green: 0.973, blue: 0.486)
/* Android */
Color.parseColor("#cff87c")Accessibility — WCAG contrast
Aa
#cff87c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff87c on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.3%
Blue48.6%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow50.0%
Key (black)2.7%
Color previews
#cff87c text on a black background
contrast 17.37:1
Card sample
#cff87c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff87c;
Background color
Panel with #cff87c background
background-color: #cff87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 248, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 248, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff87c; background: linear-gradient(135deg, #cff87c, #7CF87C);