#094e21
a deep, electric green · cool · closest name: seagreen
RGB
9, 78, 33
HSL
141°, 79%, 17%
CMYK
89, 0, 58, 69
Luminance
0.0562
Every format
| HEX | #094e21 |
| RGB | rgb(9, 78, 33) |
| HSL | hsl(141, 79%, 17%) |
| CMYK | cmyk(89%, 0%, 58%, 69%) |
| LAB | lab(28.4 -31.5 20.8) |
| LCH | lch(28.4 37.8 146.5) |
| OKLCH | oklch(0.372 0.098 149.3) |
Copy-ready code
/* CSS */
color: #094e21;
background-color: #094e21;
/* Tailwind (arbitrary) */
class="text-[#094e21] bg-[#094e21]"
/* SCSS */
$brand: #094e21;
/* SwiftUI */
Color(red: 0.035, green: 0.306, blue: 0.129)
/* Android */
Color.parseColor("#094e21")Accessibility — WCAG contrast
Aa
#094e21 on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094e21 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green30.6%
Blue12.9%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow57.7%
Key (black)69.4%
Color previews
#094e21 text on a black background
contrast 2.12:1
Card sample
#094e21 text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094e21;
Background color
Panel with #094e21 background
background-color: #094e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 78, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 78, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094e21; background: linear-gradient(135deg, #094e21, #094D4E);