#00967b
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 150, 123
HSL
169°, 100%, 29%
CMYK
100, 0, 18, 41
Luminance
0.2324
Every format
| HEX | #00967b |
| RGB | rgb(0, 150, 123) |
| HSL | hsl(169, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 18%, 41%) |
| LAB | lab(55.3 -40.4 4.8) |
| LCH | lch(55.3 40.6 173.2) |
| OKLCH | oklch(0.601 0.114 173.9) |
Copy-ready code
/* CSS */
color: #00967b;
background-color: #00967b;
/* Tailwind (arbitrary) */
class="text-[#00967b] bg-[#00967b]"
/* SCSS */
$brand: #00967b;
/* SwiftUI */
Color(red: 0.000, green: 0.588, blue: 0.482)
/* Android */
Color.parseColor("#00967b")Accessibility — WCAG contrast
Aa
#00967b on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00967b on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.8%
Blue48.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow18.0%
Key (black)41.2%
Color previews
#00967b text on a black background
contrast 5.65:1
Card sample
#00967b text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00967b;
Background color
Panel with #00967b background
background-color: #00967b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00967b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 150, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 150, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00967b; background: linear-gradient(135deg, #00967b, #004D96);