#7df258
a balanced, electric green · cool · closest name: lime
RGB
125, 242, 88
HSL
106°, 86%, 65%
CMYK
48, 0, 64, 5
Luminance
0.6857
Every format
| HEX | #7df258 |
| RGB | rgb(125, 242, 88) |
| HSL | hsl(106, 86%, 65%) |
| CMYK | cmyk(48%, 0%, 64%, 5%) |
| LAB | lab(86.3 -60.1 62.2) |
| LCH | lch(86.3 86.5 134.0) |
| OKLCH | oklch(0.862 0.219 139.0) |
Copy-ready code
/* CSS */
color: #7df258;
background-color: #7df258;
/* Tailwind (arbitrary) */
class="text-[#7df258] bg-[#7df258]"
/* SCSS */
$brand: #7df258;
/* SwiftUI */
Color(red: 0.490, green: 0.949, blue: 0.345)
/* Android */
Color.parseColor("#7df258")Accessibility — WCAG contrast
Aa
#7df258 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df258 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green94.9%
Blue34.5%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow63.6%
Key (black)5.1%
Color previews
#7df258 text on a black background
contrast 14.71:1
Card sample
#7df258 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df258;
Background color
Panel with #7df258 background
background-color: #7df258;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df258;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 242, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 242, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df258; background: linear-gradient(135deg, #7df258, #58F29A);