#007e58
a deep, electric cyan · cool · closest name: seagreen
RGB
0, 126, 88
HSL
162°, 100%, 25%
CMYK
100, 0, 30, 51
Luminance
0.1563
Every format
| HEX | #007e58 |
| RGB | rgb(0, 126, 88) |
| HSL | hsl(162, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 30%, 51%) |
| LAB | lab(46.5 -39.6 12.5) |
| LCH | lch(46.5 41.5 162.5) |
| OKLCH | oklch(0.525 0.113 163.6) |
Copy-ready code
/* CSS */
color: #007e58;
background-color: #007e58;
/* Tailwind (arbitrary) */
class="text-[#007e58] bg-[#007e58]"
/* SCSS */
$brand: #007e58;
/* SwiftUI */
Color(red: 0.000, green: 0.494, blue: 0.345)
/* Android */
Color.parseColor("#007e58")Accessibility — WCAG contrast
Aa
#007e58 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007e58 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.4%
Blue34.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow30.2%
Key (black)50.6%
Color previews
#007e58 text on a black background
contrast 4.13:1
Card sample
#007e58 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007e58;
Background color
Panel with #007e58 background
background-color: #007e58;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007e58;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 126, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 126, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007e58; background: linear-gradient(135deg, #007e58, #00507E);