#05723c
a deep, electric green · cool · closest name: seagreen
RGB
5, 114, 60
HSL
150°, 92%, 23%
CMYK
96, 0, 47, 55
Luminance
0.1239
Every format
| HEX | #05723c |
| RGB | rgb(5, 114, 60) |
| HSL | hsl(150, 92%, 23%) |
| CMYK | cmyk(96%, 0%, 47%, 55%) |
| LAB | lab(41.8 -40.8 22.4) |
| LCH | lch(41.8 46.5 151.3) |
| OKLCH | oklch(0.485 0.122 153.3) |
Copy-ready code
/* CSS */
color: #05723c;
background-color: #05723c;
/* Tailwind (arbitrary) */
class="text-[#05723c] bg-[#05723c]"
/* SCSS */
$brand: #05723c;
/* SwiftUI */
Color(red: 0.020, green: 0.447, blue: 0.235)
/* Android */
Color.parseColor("#05723c")Accessibility — WCAG contrast
Aa
#05723c on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#05723c on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green44.7%
Blue23.5%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow47.4%
Key (black)55.3%
Color previews
#05723c text on a black background
contrast 3.48:1
Card sample
#05723c text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05723c;
Background color
Panel with #05723c background
background-color: #05723c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05723c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 114, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 114, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05723c; background: linear-gradient(135deg, #05723c, #055F72);