#01774e
a deep, electric green · cool · closest name: seagreen
RGB
1, 119, 78
HSL
159°, 98%, 24%
CMYK
99, 0, 35, 53
Luminance
0.1375
Every format
| HEX | #01774e |
| RGB | rgb(1, 119, 78) |
| HSL | hsl(159, 98%, 24%) |
| CMYK | cmyk(99%, 0%, 35%, 53%) |
| LAB | lab(43.9 -39.1 14.7) |
| LCH | lch(43.9 41.8 159.4) |
| OKLCH | oklch(0.503 0.112 160.7) |
Copy-ready code
/* CSS */
color: #01774e;
background-color: #01774e;
/* Tailwind (arbitrary) */
class="text-[#01774e] bg-[#01774e]"
/* SCSS */
$brand: #01774e;
/* SwiftUI */
Color(red: 0.004, green: 0.467, blue: 0.306)
/* Android */
Color.parseColor("#01774e")Accessibility — WCAG contrast
Aa
#01774e on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#01774e on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green46.7%
Blue30.6%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow34.5%
Key (black)53.3%
Color previews
#01774e text on a black background
contrast 3.75:1
Card sample
#01774e text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01774e;
Background color
Panel with #01774e background
background-color: #01774e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01774e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 119, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 119, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01774e; background: linear-gradient(135deg, #01774e, #015177);