#009c7b
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 156, 123
HSL
167°, 100%, 31%
CMYK
100, 0, 21, 39
Luminance
0.2521
Every format
| HEX | #009c7b |
| RGB | rgb(0, 156, 123) |
| HSL | hsl(167, 100%, 31%) |
| CMYK | cmyk(100%, 0%, 21%, 39%) |
| LAB | lab(57.3 -42.9 7.6) |
| LCH | lch(57.3 43.6 170.0) |
| OKLCH | oklch(0.617 0.121 170.8) |
Copy-ready code
/* CSS */
color: #009c7b;
background-color: #009c7b;
/* Tailwind (arbitrary) */
class="text-[#009c7b] bg-[#009c7b]"
/* SCSS */
$brand: #009c7b;
/* SwiftUI */
Color(red: 0.000, green: 0.612, blue: 0.482)
/* Android */
Color.parseColor("#009c7b")Accessibility — WCAG contrast
Aa
#009c7b on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009c7b on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green61.2%
Blue48.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow21.2%
Key (black)38.8%
Color previews
#009c7b text on a black background
contrast 6.04:1
Card sample
#009c7b text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009c7b;
Background color
Panel with #009c7b background
background-color: #009c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 156, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 156, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009c7b; background: linear-gradient(135deg, #009c7b, #00559C);