#00946f
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 148, 111
HSL
165°, 100%, 29%
CMYK
100, 0, 25, 42
Luminance
0.2233
Every format
| HEX | #00946f |
| RGB | rgb(0, 148, 111) |
| HSL | hsl(165, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 25%, 42%) |
| LAB | lab(54.4 -42.7 10.3) |
| LCH | lch(54.4 43.9 166.5) |
| OKLCH | oklch(0.592 0.121 167.4) |
Copy-ready code
/* CSS */
color: #00946f;
background-color: #00946f;
/* Tailwind (arbitrary) */
class="text-[#00946f] bg-[#00946f]"
/* SCSS */
$brand: #00946f;
/* SwiftUI */
Color(red: 0.000, green: 0.580, blue: 0.435)
/* Android */
Color.parseColor("#00946f")Accessibility — WCAG contrast
Aa
#00946f on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00946f on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.0%
Blue43.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow25.0%
Key (black)42.0%
Color previews
#00946f text on a black background
contrast 5.47:1
Card sample
#00946f text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00946f;
Background color
Panel with #00946f background
background-color: #00946f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00946f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 148, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 148, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00946f; background: linear-gradient(135deg, #00946f, #005694);