#008377
a dark, electric cyan · cool · closest name: teal
RGB
0, 131, 119
HSL
175°, 100%, 26%
CMYK
100, 0, 9, 49
Luminance
0.1756
Every format
| HEX | #008377 |
| RGB | rgb(0, 131, 119) |
| HSL | hsl(175, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 9%, 49%) |
| LAB | lab(49.0 -33.1 -2.1) |
| LCH | lch(49.0 33.2 183.7) |
| OKLCH | oklch(0.548 0.097 183.7) |
Copy-ready code
/* CSS */
color: #008377;
background-color: #008377;
/* Tailwind (arbitrary) */
class="text-[#008377] bg-[#008377]"
/* SCSS */
$brand: #008377;
/* SwiftUI */
Color(red: 0.000, green: 0.514, blue: 0.467)
/* Android */
Color.parseColor("#008377")Accessibility — WCAG contrast
Aa
#008377 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008377 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green51.4%
Blue46.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow9.2%
Key (black)48.6%
Color previews
#008377 text on a black background
contrast 4.51:1
Card sample
#008377 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008377;
Background color
Panel with #008377 background
background-color: #008377;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008377;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 131, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 131, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008377; background: linear-gradient(135deg, #008377, #003883);