#068430
a dark, electric green · cool · closest name: forestgreen
RGB
6, 132, 48
HSL
140°, 91%, 27%
CMYK
96, 0, 64, 48
Luminance
0.1675
Every format
| HEX | #068430 |
| RGB | rgb(6, 132, 48) |
| HSL | hsl(140, 91%, 27%) |
| CMYK | cmyk(96%, 0%, 64%, 48%) |
| LAB | lab(48.0 -48.9 36.0) |
| LCH | lch(48.0 60.8 143.6) |
| OKLCH | oklch(0.535 0.156 147.2) |
Copy-ready code
/* CSS */
color: #068430;
background-color: #068430;
/* Tailwind (arbitrary) */
class="text-[#068430] bg-[#068430]"
/* SCSS */
$brand: #068430;
/* SwiftUI */
Color(red: 0.024, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#068430")Accessibility — WCAG contrast
Aa
#068430 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#068430 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green51.8%
Blue18.8%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow63.6%
Key (black)48.2%
Color previews
#068430 text on a black background
contrast 4.35:1
Card sample
#068430 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #068430;
Background color
Panel with #068430 background
background-color: #068430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #068430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #068430; background: linear-gradient(135deg, #068430, #068484);