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