#116261
a deep, vivid cyan · cool · closest name: teal
RGB
17, 98, 97
HSL
179°, 70%, 23%
CMYK
83, 0, 1, 62
Luminance
0.0972
Every format
| HEX | #116261 |
| RGB | rgb(17, 98, 97) |
| HSL | hsl(179, 70%, 23%) |
| CMYK | cmyk(83%, 0%, 1%, 62%) |
| LAB | lab(37.3 -22.8 -6.1) |
| LCH | lch(37.3 23.6 195.0) |
| OKLCH | oklch(0.451 0.072 193.6) |
Copy-ready code
/* CSS */
color: #116261;
background-color: #116261;
/* Tailwind (arbitrary) */
class="text-[#116261] bg-[#116261]"
/* SCSS */
$brand: #116261;
/* SwiftUI */
Color(red: 0.067, green: 0.384, blue: 0.380)
/* Android */
Color.parseColor("#116261")Accessibility — WCAG contrast
Aa
#116261 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116261 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green38.4%
Blue38.0%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow1.0%
Key (black)61.6%
Color previews
#116261 text on a black background
contrast 2.94:1
Card sample
#116261 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116261;
Background color
Panel with #116261 background
background-color: #116261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 98, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 98, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116261; background: linear-gradient(135deg, #116261, #112D62);