#85f968
a light, electric green · cool · closest name: lime
RGB
133, 249, 104
HSL
108°, 92%, 69%
CMYK
47, 0, 58, 2
Luminance
0.7374
Every format
| HEX | #85f968 |
| RGB | rgb(133, 249, 104) |
| HSL | hsl(108, 92%, 69%) |
| CMYK | cmyk(47%, 0%, 58%, 2%) |
| LAB | lab(88.8 -59.0 58.4) |
| LCH | lch(88.8 83.0 135.3) |
| OKLCH | oklch(0.883 0.212 139.7) |
Copy-ready code
/* CSS */
color: #85f968;
background-color: #85f968;
/* Tailwind (arbitrary) */
class="text-[#85f968] bg-[#85f968]"
/* SCSS */
$brand: #85f968;
/* SwiftUI */
Color(red: 0.522, green: 0.976, blue: 0.408)
/* Android */
Color.parseColor("#85f968")Accessibility — WCAG contrast
Aa
#85f968 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f968 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green97.6%
Blue40.8%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow58.2%
Key (black)2.4%
Color previews
#85f968 text on a black background
contrast 15.75:1
Card sample
#85f968 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f968;
Background color
Panel with #85f968 background
background-color: #85f968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 249, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 249, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f968; background: linear-gradient(135deg, #85f968, #68F9AC);