#cffc86
a light, electric green · cool · closest name: khaki
RGB
207, 252, 134
HSL
83°, 95%, 76%
CMYK
18, 0, 47, 1
Luminance
0.8461
Every format
| HEX | #cffc86 |
| RGB | rgb(207, 252, 134) |
| HSL | hsl(83, 95%, 76%) |
| CMYK | cmyk(18%, 0%, 47%, 1%) |
| LAB | lab(93.7 -32.7 51.5) |
| LCH | lch(93.7 61.1 122.4) |
| OKLCH | oklch(0.934 0.154 126.4) |
Copy-ready code
/* CSS */
color: #cffc86;
background-color: #cffc86;
/* Tailwind (arbitrary) */
class="text-[#cffc86] bg-[#cffc86]"
/* SCSS */
$brand: #cffc86;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.525)
/* Android */
Color.parseColor("#cffc86")Accessibility — WCAG contrast
Aa
#cffc86 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc86 on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue52.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow46.8%
Key (black)1.2%
Color previews
#cffc86 text on a black background
contrast 17.92:1
Card sample
#cffc86 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc86;
Background color
Panel with #cffc86 background
background-color: #cffc86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc86; background: linear-gradient(135deg, #cffc86, #86FC8C);