#106971
a dark, electric cyan · cool · closest name: teal
RGB
16, 105, 113
HSL
185°, 75%, 25%
CMYK
86, 7, 0, 56
Luminance
0.1141
Every format
| HEX | #106971 |
| RGB | rgb(16, 105, 113) |
| HSL | hsl(185, 75%, 25%) |
| CMYK | cmyk(86%, 7%, 0%, 56%) |
| LAB | lab(40.3 -21.1 -11.5) |
| LCH | lch(40.3 24.1 208.6) |
| OKLCH | oklch(0.477 0.077 204.5) |
Copy-ready code
/* CSS */
color: #106971;
background-color: #106971;
/* Tailwind (arbitrary) */
class="text-[#106971] bg-[#106971]"
/* SCSS */
$brand: #106971;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.443)
/* Android */
Color.parseColor("#106971")Accessibility — WCAG contrast
Aa
#106971 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106971 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue44.3%
CMYK percentages
Cyan85.8%
Magenta7.1%
Yellow0.0%
Key (black)55.7%
Color previews
#106971 text on a black background
contrast 3.28:1
Card sample
#106971 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106971;
Background color
Panel with #106971 background
background-color: #106971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106971; background: linear-gradient(135deg, #106971, #102871);