#106960
a deep, vivid cyan · cool · closest name: teal
RGB
16, 105, 96
HSL
174°, 74%, 24%
CMYK
85, 0, 9, 59
Luminance
0.1106
Every format
| HEX | #106960 |
| RGB | rgb(16, 105, 96) |
| HSL | hsl(174, 74%, 24%) |
| CMYK | cmyk(85%, 0%, 9%, 59%) |
| LAB | lab(39.7 -26.7 -2.0) |
| LCH | lch(39.7 26.8 184.3) |
| OKLCH | oklch(0.470 0.079 184.3) |
Copy-ready code
/* CSS */
color: #106960;
background-color: #106960;
/* Tailwind (arbitrary) */
class="text-[#106960] bg-[#106960]"
/* SCSS */
$brand: #106960;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.376)
/* Android */
Color.parseColor("#106960")Accessibility — WCAG contrast
Aa
#106960 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106960 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue37.6%
CMYK percentages
Cyan84.8%
Magenta0.0%
Yellow8.6%
Key (black)58.8%
Color previews
#106960 text on a black background
contrast 3.21:1
Card sample
#106960 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106960;
Background color
Panel with #106960 background
background-color: #106960;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106960;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106960; background: linear-gradient(135deg, #106960, #103769);