#068340
a dark, electric green · cool · closest name: seagreen
RGB
6, 131, 64
HSL
148°, 91%, 27%
CMYK
95, 0, 51, 49
Luminance
0.1664
Every format
| HEX | #068340 |
| RGB | rgb(6, 131, 64) |
| HSL | hsl(148, 91%, 27%) |
| CMYK | cmyk(95%, 0%, 51%, 49%) |
| LAB | lab(47.8 -46.1 27.7) |
| LCH | lch(47.8 53.8 149.0) |
| OKLCH | oklch(0.535 0.141 151.4) |
Copy-ready code
/* CSS */
color: #068340;
background-color: #068340;
/* Tailwind (arbitrary) */
class="text-[#068340] bg-[#068340]"
/* SCSS */
$brand: #068340;
/* SwiftUI */
Color(red: 0.024, green: 0.514, blue: 0.251)
/* Android */
Color.parseColor("#068340")Accessibility — WCAG contrast
Aa
#068340 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#068340 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green51.4%
Blue25.1%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow51.1%
Key (black)48.6%
Color previews
#068340 text on a black background
contrast 4.33:1
Card sample
#068340 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #068340;
Background color
Panel with #068340 background
background-color: #068340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #068340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 131, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 131, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #068340; background: linear-gradient(135deg, #068340, #067383);