#1f978f
a dark, vivid cyan · cool · closest name: teal
RGB
31, 151, 143
HSL
176°, 66%, 36%
CMYK
80, 0, 5, 41
Luminance
0.2441
Every format
| HEX | #1f978f |
| RGB | rgb(31, 151, 143) |
| HSL | hsl(176, 66%, 36%) |
| CMYK | cmyk(80%, 0%, 5%, 41%) |
| LAB | lab(56.5 -33.0 -4.9) |
| LCH | lch(56.5 33.4 188.4) |
| OKLCH | oklch(0.613 0.100 187.9) |
Copy-ready code
/* CSS */
color: #1f978f;
background-color: #1f978f;
/* Tailwind (arbitrary) */
class="text-[#1f978f] bg-[#1f978f]"
/* SCSS */
$brand: #1f978f;
/* SwiftUI */
Color(red: 0.122, green: 0.592, blue: 0.561)
/* Android */
Color.parseColor("#1f978f")Accessibility — WCAG contrast
Aa
#1f978f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f978f on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green59.2%
Blue56.1%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow5.3%
Key (black)40.8%
Color previews
#1f978f text on a black background
contrast 5.88:1
Card sample
#1f978f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f978f;
Background color
Panel with #1f978f background
background-color: #1f978f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f978f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 151, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 151, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f978f; background: linear-gradient(135deg, #1f978f, #1F4F97);