#cffc82
a light, electric green · cool · closest name: khaki
RGB
207, 252, 130
HSL
82°, 95%, 75%
CMYK
18, 0, 48, 1
Luminance
0.8450
Every format
| HEX | #cffc82 |
| RGB | rgb(207, 252, 130) |
| HSL | hsl(82, 95%, 75%) |
| CMYK | cmyk(18%, 0%, 48%, 1%) |
| LAB | lab(93.7 -33.1 53.4) |
| LCH | lch(93.7 62.8 121.9) |
| OKLCH | oklch(0.934 0.158 126.0) |
Copy-ready code
/* CSS */
color: #cffc82;
background-color: #cffc82;
/* Tailwind (arbitrary) */
class="text-[#cffc82] bg-[#cffc82]"
/* SCSS */
$brand: #cffc82;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.510)
/* Android */
Color.parseColor("#cffc82")Accessibility — WCAG contrast
Aa
#cffc82 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc82 on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue51.0%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow48.4%
Key (black)1.2%
Color previews
#cffc82 text on a black background
contrast 17.90:1
Card sample
#cffc82 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc82;
Background color
Panel with #cffc82 background
background-color: #cffc82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc82; background: linear-gradient(135deg, #cffc82, #82FC86);