#01774b
a deep, electric green · cool · closest name: seagreen
RGB
1, 119, 75
HSL
158°, 98%, 24%
CMYK
99, 0, 37, 53
Luminance
0.1371
Every format
| HEX | #01774b |
| RGB | rgb(1, 119, 75) |
| HSL | hsl(158, 98%, 24%) |
| CMYK | cmyk(99%, 0%, 37%, 53%) |
| LAB | lab(43.8 -39.8 16.4) |
| LCH | lch(43.8 43.0 157.6) |
| OKLCH | oklch(0.502 0.115 159.0) |
Copy-ready code
/* CSS */
color: #01774b;
background-color: #01774b;
/* Tailwind (arbitrary) */
class="text-[#01774b] bg-[#01774b]"
/* SCSS */
$brand: #01774b;
/* SwiftUI */
Color(red: 0.004, green: 0.467, blue: 0.294)
/* Android */
Color.parseColor("#01774b")Accessibility — WCAG contrast
Aa
#01774b on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#01774b on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green46.7%
Blue29.4%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow37.0%
Key (black)53.3%
Color previews
#01774b text on a black background
contrast 3.74:1
Card sample
#01774b text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01774b;
Background color
Panel with #01774b background
background-color: #01774b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01774b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 119, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 119, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01774b; background: linear-gradient(135deg, #01774b, #015477);