#06830f
a dark, electric green · cool · “green”
RGB
6, 131, 15
HSL
124°, 91%, 27%
CMYK
95, 0, 89, 49
Luminance
0.1631
Every format
| HEX | #06830f |
| RGB | rgb(6, 131, 15) |
| HSL | hsl(124, 91%, 27%) |
| CMYK | cmyk(95%, 0%, 89%, 49%) |
| LAB | lab(47.4 -51.5 47.8) |
| LCH | lch(47.4 70.3 137.2) |
| OKLCH | oklch(0.530 0.175 143.0) |
Copy-ready code
/* CSS */
color: #06830f;
background-color: #06830f;
/* Tailwind (arbitrary) */
class="text-[#06830f] bg-[#06830f]"
/* SCSS */
$brand: #06830f;
/* SwiftUI */
Color(red: 0.024, green: 0.514, blue: 0.059)
/* Android */
Color.parseColor("#06830f")Accessibility — WCAG contrast
Aa
#06830f on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#06830f on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green51.4%
Blue5.9%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow88.5%
Key (black)48.6%
Color previews
#06830f text on a black background
contrast 4.26:1
Card sample
#06830f text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06830f;
Background color
Panel with #06830f background
background-color: #06830f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06830f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 131, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 131, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06830f; background: linear-gradient(135deg, #06830f, #068362);