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