#6abf54
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 191, 84
HSL
108°, 46%, 54%
CMYK
45, 0, 56, 25
Luminance
0.4097
Every format
| HEX | #6abf54 |
| RGB | rgb(106, 191, 84) |
| HSL | hsl(108, 46%, 54%) |
| CMYK | cmyk(45%, 0%, 56%, 25%) |
| LAB | lab(70.2 -46.0 45.4) |
| LCH | lch(70.2 64.7 135.4) |
| OKLCH | oklch(0.727 0.166 139.6) |
Copy-ready code
/* CSS */
color: #6abf54;
background-color: #6abf54;
/* Tailwind (arbitrary) */
class="text-[#6abf54] bg-[#6abf54]"
/* SCSS */
$brand: #6abf54;
/* SwiftUI */
Color(red: 0.416, green: 0.749, blue: 0.329)
/* Android */
Color.parseColor("#6abf54")Accessibility — WCAG contrast
Aa
#6abf54 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abf54 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.9%
Blue32.9%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow56.0%
Key (black)25.1%
Color previews
#6abf54 text on a black background
contrast 9.19:1
Card sample
#6abf54 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abf54;
Background color
Panel with #6abf54 background
background-color: #6abf54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abf54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 191, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 191, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abf54; background: linear-gradient(135deg, #6abf54, #54BF85);