#068614
a dark, electric green · cool · closest name: green
RGB
6, 134, 20
HSL
127°, 91%, 28%
CMYK
96, 0, 85, 48
Luminance
0.1714
Every format
| HEX | #068614 |
| RGB | rgb(6, 134, 20) |
| HSL | hsl(127, 91%, 28%) |
| CMYK | cmyk(96%, 0%, 85%, 48%) |
| LAB | lab(48.4 -52.2 47.4) |
| LCH | lch(48.4 70.5 137.7) |
| OKLCH | oklch(0.538 0.176 143.3) |
Copy-ready code
/* CSS */
color: #068614;
background-color: #068614;
/* Tailwind (arbitrary) */
class="text-[#068614] bg-[#068614]"
/* SCSS */
$brand: #068614;
/* SwiftUI */
Color(red: 0.024, green: 0.525, blue: 0.078)
/* Android */
Color.parseColor("#068614")Accessibility — WCAG contrast
Aa
#068614 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#068614 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green52.5%
Blue7.8%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow85.1%
Key (black)47.5%
Color previews
#068614 text on a black background
contrast 4.43:1
Card sample
#068614 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #068614;
Background color
Panel with #068614 background
background-color: #068614;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #068614;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 134, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 134, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #068614; background: linear-gradient(135deg, #068614, #06866A);