#106978
a dark, electric cyan · cool · closest name: teal
RGB
16, 105, 120
HSL
189°, 77%, 27%
CMYK
87, 13, 0, 53
Luminance
0.1157
Every format
| HEX | #106978 |
| RGB | rgb(16, 105, 120) |
| HSL | hsl(189, 77%, 27%) |
| CMYK | cmyk(87%, 13%, 0%, 53%) |
| LAB | lab(40.5 -18.7 -15.4) |
| LCH | lch(40.5 24.2 219.4) |
| OKLCH | oklch(0.480 0.080 212.6) |
Copy-ready code
/* CSS */
color: #106978;
background-color: #106978;
/* Tailwind (arbitrary) */
class="text-[#106978] bg-[#106978]"
/* SCSS */
$brand: #106978;
/* SwiftUI */
Color(red: 0.063, green: 0.412, blue: 0.471)
/* Android */
Color.parseColor("#106978")Accessibility — WCAG contrast
Aa
#106978 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#106978 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green41.2%
Blue47.1%
CMYK percentages
Cyan86.7%
Magenta12.5%
Yellow0.0%
Key (black)52.9%
Color previews
#106978 text on a black background
contrast 3.31:1
Card sample
#106978 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106978;
Background color
Panel with #106978 background
background-color: #106978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 105, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 105, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106978; background: linear-gradient(135deg, #106978, #102478);