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