#cff86e
a light, electric green · cool · closest name: khaki
RGB
207, 248, 110
HSL
78°, 91%, 70%
CMYK
17, 0, 56, 3
Luminance
0.8153
Every format
| HEX | #cff86e |
| RGB | rgb(207, 248, 110) |
| HSL | hsl(78, 91%, 70%) |
| CMYK | cmyk(17%, 0%, 56%, 3%) |
| LAB | lab(92.4 -33.2 60.9) |
| LCH | lch(92.4 69.3 118.6) |
| OKLCH | oklch(0.923 0.171 123.6) |
Copy-ready code
/* CSS */
color: #cff86e;
background-color: #cff86e;
/* Tailwind (arbitrary) */
class="text-[#cff86e] bg-[#cff86e]"
/* SCSS */
$brand: #cff86e;
/* SwiftUI */
Color(red: 0.812, green: 0.973, blue: 0.431)
/* Android */
Color.parseColor("#cff86e")Accessibility — WCAG contrast
Aa
#cff86e on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff86e on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.3%
Blue43.1%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow55.6%
Key (black)2.7%
Color previews
#cff86e text on a black background
contrast 17.31:1
Card sample
#cff86e text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff86e;
Background color
Panel with #cff86e background
background-color: #cff86e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff86e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 248, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 248, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff86e; background: linear-gradient(135deg, #cff86e, #73F86E);