#084b00
a deep, electric green · cool · closest name: seagreen
RGB
8, 75, 0
HSL
114°, 100%, 15%
CMYK
89, 0, 100, 71
Luminance
0.0508
Every format
| HEX | #084b00 |
| RGB | rgb(8, 75, 0) |
| HSL | hsl(114, 100%, 15%) |
| CMYK | cmyk(89%, 0%, 100%, 71%) |
| LAB | lab(27.0 -34.3 34.4) |
| LCH | lch(27.0 48.6 134.8) |
| OKLCH | oklch(0.359 0.119 141.5) |
Copy-ready code
/* CSS */
color: #084b00;
background-color: #084b00;
/* Tailwind (arbitrary) */
class="text-[#084b00] bg-[#084b00]"
/* SCSS */
$brand: #084b00;
/* SwiftUI */
Color(red: 0.031, green: 0.294, blue: 0.000)
/* Android */
Color.parseColor("#084b00")Accessibility — WCAG contrast
Aa
#084b00 on white: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084b00 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green29.4%
Blue0.0%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow100.0%
Key (black)70.6%
Color previews
#084b00 text on a black background
contrast 2.02:1
Card sample
#084b00 text on a white background
contrast 10.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084b00;
Background color
Panel with #084b00 background
background-color: #084b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 75, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 75, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084b00; background: linear-gradient(135deg, #084b00, #004B2A);