#106975
a dark, electric cyan · cool · closest name: teal
RGB
16, 105, 117
HSL
187°, 76%, 26%
CMYK
86, 10, 0, 54
Luminance
0.1150
Every format
| HEX | #106975 |
| RGB | rgb(16, 105, 117) |
| HSL | hsl(187, 76%, 26%) |
| CMYK | cmyk(86%, 10%, 0%, 54%) |
| LAB | lab(40.4 -19.8 -13.7) |
| LCH | lch(40.4 24.1 214.8) |
| OKLCH | oklch(0.478 0.078 209.2) |
Copy-ready code
/* CSS */
color: #106975;
background-color: #106975;
/* Tailwind (arbitrary) */
class="text-[#106975] bg-[#106975]"
/* SCSS */
$brand: #106975;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.459)
/* Android */
Color.parseColor("#106975")Accessibility — WCAG contrast
Aa
#106975 on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106975 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue45.9%
CMYK percentages
Cyan86.3%
Magenta10.3%
Yellow0.0%
Key (black)54.1%
Color previews
#106975 text on a black background
contrast 3.30:1
Card sample
#106975 text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106975;
Background color
Panel with #106975 background
background-color: #106975;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106975;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106975; background: linear-gradient(135deg, #106975, #102675);