#1f6b5c
a dark, vivid cyan · cool · closest name: teal
RGB
31, 107, 92
HSL
168°, 55%, 27%
CMYK
71, 0, 14, 58
Luminance
0.1158
Every format
| HEX | #1f6b5c |
| RGB | rgb(31, 107, 92) |
| HSL | hsl(168, 55%, 27%) |
| CMYK | cmyk(71%, 0%, 14%, 58%) |
| LAB | lab(40.5 -26.9 1.7) |
| LCH | lch(40.5 26.9 176.3) |
| OKLCH | oklch(0.478 0.077 176.9) |
Copy-ready code
/* CSS */
color: #1f6b5c;
background-color: #1f6b5c;
/* Tailwind (arbitrary) */
class="text-[#1f6b5c] bg-[#1f6b5c]"
/* SCSS */
$brand: #1f6b5c;
/* SwiftUI */
Color(red: 0.122, green: 0.420, blue: 0.361)
/* Android */
Color.parseColor("#1f6b5c")Accessibility — WCAG contrast
Aa
#1f6b5c on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f6b5c on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green42.0%
Blue36.1%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow14.0%
Key (black)58.0%
Color previews
#1f6b5c text on a black background
contrast 3.32:1
Card sample
#1f6b5c text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f6b5c;
Background color
Panel with #1f6b5c background
background-color: #1f6b5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f6b5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 107, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 107, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f6b5c; background: linear-gradient(135deg, #1f6b5c, #1F476B);