#11684e
a deep, vivid cyan · cool · closest name: teal
RGB
17, 104, 78
HSL
162°, 72%, 24%
CMYK
84, 0, 25, 59
Luminance
0.1057
Every format
| HEX | #11684e |
| RGB | rgb(17, 104, 78) |
| HSL | hsl(162, 72%, 24%) |
| CMYK | cmyk(84%, 0%, 25%, 59%) |
| LAB | lab(38.8 -31.4 7.8) |
| LCH | lch(38.8 32.3 166.1) |
| OKLCH | oklch(0.462 0.089 167.1) |
Copy-ready code
/* CSS */
color: #11684e;
background-color: #11684e;
/* Tailwind (arbitrary) */
class="text-[#11684e] bg-[#11684e]"
/* SCSS */
$brand: #11684e;
/* SwiftUI */
Color(red: 0.067, green: 0.408, blue: 0.306)
/* Android */
Color.parseColor("#11684e")Accessibility — WCAG contrast
Aa
#11684e on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#11684e on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.8%
Blue30.6%
CMYK percentages
Cyan83.7%
Magenta0.0%
Yellow25.0%
Key (black)59.2%
Color previews
#11684e text on a black background
contrast 3.11:1
Card sample
#11684e text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11684e;
Background color
Panel with #11684e background
background-color: #11684e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11684e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 104, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 104, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11684e; background: linear-gradient(135deg, #11684e, #114868);