#094113
a deep, electric green · cool · closest name: seagreen
RGB
9, 65, 19
HSL
131°, 76%, 15%
CMYK
86, 0, 71, 75
Luminance
0.0389
Every format
| HEX | #094113 |
| RGB | rgb(9, 65, 19) |
| HSL | hsl(131, 76%, 15%) |
| CMYK | cmyk(86%, 0%, 71%, 75%) |
| LAB | lab(23.3 -28.6 22.6) |
| LCH | lch(23.3 36.4 141.7) |
| OKLCH | oklch(0.329 0.093 145.6) |
Copy-ready code
/* CSS */
color: #094113;
background-color: #094113;
/* Tailwind (arbitrary) */
class="text-[#094113] bg-[#094113]"
/* SCSS */
$brand: #094113;
/* SwiftUI */
Color(red: 0.035, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#094113")Accessibility — WCAG contrast
Aa
#094113 on white: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094113 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green25.5%
Blue7.5%
CMYK percentages
Cyan86.2%
Magenta0.0%
Yellow70.8%
Key (black)74.5%
Color previews
#094113 text on a black background
contrast 1.78:1
Card sample
#094113 text on a white background
contrast 11.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094113;
Background color
Panel with #094113 background
background-color: #094113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094113; background: linear-gradient(135deg, #094113, #094138);