#cfff85
a light, electric green · cool · closest name: khaki
RGB
207, 255, 133
HSL
84°, 100%, 76%
CMYK
19, 0, 48, 0
Luminance
0.8648
Every format
| HEX | #cfff85 |
| RGB | rgb(207, 255, 133) |
| HSL | hsl(84, 100%, 76%) |
| CMYK | cmyk(19%, 0%, 48%, 0%) |
| LAB | lab(94.5 -34.2 53.0) |
| LCH | lch(94.5 63.1 122.8) |
| OKLCH | oklch(0.941 0.159 126.9) |
Copy-ready code
/* CSS */
color: #cfff85;
background-color: #cfff85;
/* Tailwind (arbitrary) */
class="text-[#cfff85] bg-[#cfff85]"
/* SCSS */
$brand: #cfff85;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.522)
/* Android */
Color.parseColor("#cfff85")Accessibility — WCAG contrast
Aa
#cfff85 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff85 on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue52.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow47.8%
Key (black)0.0%
Color previews
#cfff85 text on a black background
contrast 18.30:1
Card sample
#cfff85 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff85;
Background color
Panel with #cfff85 background
background-color: #cfff85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff85; background: linear-gradient(135deg, #cfff85, #85FF8C);