#045839
a deep, electric green · cool · closest name: seagreen
RGB
4, 88, 57
HSL
158°, 91%, 18%
CMYK
96, 0, 35, 66
Luminance
0.0730
Every format
| HEX | #045839 |
| RGB | rgb(4, 88, 57) |
| HSL | hsl(158, 91%, 18%) |
| CMYK | cmyk(96%, 0%, 35%, 66%) |
| LAB | lab(32.5 -31.1 11.7) |
| LCH | lch(32.5 33.2 159.4) |
| OKLCH | oklch(0.407 0.089 160.7) |
Copy-ready code
/* CSS */
color: #045839;
background-color: #045839;
/* Tailwind (arbitrary) */
class="text-[#045839] bg-[#045839]"
/* SCSS */
$brand: #045839;
/* SwiftUI */
Color(red: 0.016, green: 0.345, blue: 0.224)
/* Android */
Color.parseColor("#045839")Accessibility — WCAG contrast
Aa
#045839 on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#045839 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green34.5%
Blue22.4%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow35.2%
Key (black)65.5%
Color previews
#045839 text on a black background
contrast 2.46:1
Card sample
#045839 text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #045839;
Background color
Panel with #045839 background
background-color: #045839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #045839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 88, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 88, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #045839; background: linear-gradient(135deg, #045839, #043F58);