#116655
a deep, vivid cyan · cool · closest name: teal
RGB
17, 102, 85
HSL
168°, 71%, 23%
CMYK
83, 0, 17, 60
Luminance
0.1028
Every format
| HEX | #116655 |
| RGB | rgb(17, 102, 85) |
| HSL | hsl(168, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 17%, 60%) |
| LAB | lab(38.3 -28.5 2.8) |
| LCH | lch(38.3 28.6 174.4) |
| OKLCH | oklch(0.458 0.081 175.1) |
Copy-ready code
/* CSS */
color: #116655;
background-color: #116655;
/* Tailwind (arbitrary) */
class="text-[#116655] bg-[#116655]"
/* SCSS */
$brand: #116655;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#116655")Accessibility — WCAG contrast
Aa
#116655 on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116655 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue33.3%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow16.7%
Key (black)60.0%
Color previews
#116655 text on a black background
contrast 3.06:1
Card sample
#116655 text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116655;
Background color
Panel with #116655 background
background-color: #116655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116655; background: linear-gradient(135deg, #116655, #113E66);