#6bf53d
a balanced, electric green · cool · closest name: lime
RGB
107, 245, 61
HSL
105°, 90%, 60%
CMYK
56, 0, 75, 4
Luminance
0.6877
Every format
| HEX | #6bf53d |
| RGB | rgb(107, 245, 61) |
| HSL | hsl(105, 90%, 60%) |
| CMYK | cmyk(56%, 0%, 75%, 4%) |
| LAB | lab(86.4 -68.0 71.9) |
| LCH | lch(86.4 99.0 133.4) |
| OKLCH | oklch(0.860 0.247 139.3) |
Copy-ready code
/* CSS */
color: #6bf53d;
background-color: #6bf53d;
/* Tailwind (arbitrary) */
class="text-[#6bf53d] bg-[#6bf53d]"
/* SCSS */
$brand: #6bf53d;
/* SwiftUI */
Color(red: 0.420, green: 0.961, blue: 0.239)
/* Android */
Color.parseColor("#6bf53d")Accessibility — WCAG contrast
Aa
#6bf53d on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bf53d on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green96.1%
Blue23.9%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow75.1%
Key (black)3.9%
Color previews
#6bf53d text on a black background
contrast 14.75:1
Card sample
#6bf53d text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bf53d;
Background color
Panel with #6bf53d background
background-color: #6bf53d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bf53d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 245, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 245, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bf53d; background: linear-gradient(135deg, #6bf53d, #3DF58A);