#6ad430
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 212, 48
HSL
99°, 66%, 51%
CMYK
50, 0, 77, 17
Luminance
0.5036
Every format
| HEX | #6ad430 |
| RGB | rgb(106, 212, 48) |
| HSL | hsl(99, 66%, 51%) |
| CMYK | cmyk(50%, 0%, 77%, 17%) |
| LAB | lab(76.3 -57.3 66.2) |
| LCH | lch(76.3 87.5 130.9) |
| OKLCH | oklch(0.777 0.217 137.2) |
Copy-ready code
/* CSS */
color: #6ad430;
background-color: #6ad430;
/* Tailwind (arbitrary) */
class="text-[#6ad430] bg-[#6ad430]"
/* SCSS */
$brand: #6ad430;
/* SwiftUI */
Color(red: 0.416, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#6ad430")Accessibility — WCAG contrast
Aa
#6ad430 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad430 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green83.1%
Blue18.8%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#6ad430 text on a black background
contrast 11.07:1
Card sample
#6ad430 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad430;
Background color
Panel with #6ad430 background
background-color: #6ad430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad430; background: linear-gradient(135deg, #6ad430, #30D463);