#11666e
a deep, vivid cyan · cool · closest name: teal
RGB
17, 102, 110
HSL
185°, 73%, 25%
CMYK
85, 7, 0, 57
Luminance
0.1075
Every format
| HEX | #11666e |
| RGB | rgb(17, 102, 110) |
| HSL | hsl(185, 73%, 25%) |
| CMYK | cmyk(85%, 7%, 0%, 57%) |
| LAB | lab(39.1 -20.5 -11.3) |
| LCH | lch(39.1 23.4 209.0) |
| OKLCH | oklch(0.468 0.075 204.9) |
Copy-ready code
/* CSS */
color: #11666e;
background-color: #11666e;
/* Tailwind (arbitrary) */
class="text-[#11666e] bg-[#11666e]"
/* SCSS */
$brand: #11666e;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.431)
/* Android */
Color.parseColor("#11666e")Accessibility — WCAG contrast
Aa
#11666e on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#11666e on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue43.1%
CMYK percentages
Cyan84.5%
Magenta7.3%
Yellow0.0%
Key (black)56.9%
Color previews
#11666e text on a black background
contrast 3.15:1
Card sample
#11666e text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11666e;
Background color
Panel with #11666e background
background-color: #11666e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11666e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11666e; background: linear-gradient(135deg, #11666e, #11286E);