#6ace72
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 206, 114
HSL
125°, 51%, 61%
CMYK
49, 0, 45, 19
Luminance
0.4842
Every format
| HEX | #6ace72 |
| RGB | rgb(106, 206, 114) |
| HSL | hsl(125, 51%, 61%) |
| CMYK | cmyk(49%, 0%, 45%, 19%) |
| LAB | lab(75.1 -48.3 36.9) |
| LCH | lch(75.1 60.7 142.6) |
| OKLCH | oklch(0.769 0.159 145.5) |
Copy-ready code
/* CSS */
color: #6ace72;
background-color: #6ace72;
/* Tailwind (arbitrary) */
class="text-[#6ace72] bg-[#6ace72]"
/* SCSS */
$brand: #6ace72;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 0.447)
/* Android */
Color.parseColor("#6ace72")Accessibility — WCAG contrast
Aa
#6ace72 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ace72 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue44.7%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow44.7%
Key (black)19.2%
Color previews
#6ace72 text on a black background
contrast 10.68:1
Card sample
#6ace72 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ace72;
Background color
Panel with #6ace72 background
background-color: #6ace72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ace72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ace72; background: linear-gradient(135deg, #6ace72, #6ACEB5);