#007a5c
a deep, electric cyan · cool · closest name: seagreen
RGB
0, 122, 92
HSL
165°, 100%, 24%
CMYK
100, 0, 25, 52
Luminance
0.1469
Every format
| HEX | #007a5c |
| RGB | rgb(0, 122, 92) |
| HSL | hsl(165, 100%, 24%) |
| CMYK | cmyk(100%, 0%, 25%, 52%) |
| LAB | lab(45.2 -36.9 8.3) |
| LCH | lch(45.2 37.8 167.2) |
| OKLCH | oklch(0.515 0.104 168.2) |
Copy-ready code
/* CSS */
color: #007a5c;
background-color: #007a5c;
/* Tailwind (arbitrary) */
class="text-[#007a5c] bg-[#007a5c]"
/* SCSS */
$brand: #007a5c;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.361)
/* Android */
Color.parseColor("#007a5c")Accessibility — WCAG contrast
Aa
#007a5c on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007a5c on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue36.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow24.6%
Key (black)52.2%
Color previews
#007a5c text on a black background
contrast 3.94:1
Card sample
#007a5c text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007a5c;
Background color
Panel with #007a5c background
background-color: #007a5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007a5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007a5c; background: linear-gradient(135deg, #007a5c, #00477A);