#116366
a deep, vivid cyan · cool · closest name: teal
RGB
17, 99, 102
HSL
182°, 71%, 23%
CMYK
83, 3, 0, 60
Luminance
0.1000
Every format
| HEX | #116366 |
| RGB | rgb(17, 99, 102) |
| HSL | hsl(182, 71%, 23%) |
| CMYK | cmyk(83%, 3%, 0%, 60%) |
| LAB | lab(37.8 -21.6 -8.4) |
| LCH | lch(37.8 23.2 201.3) |
| OKLCH | oklch(0.456 0.073 198.8) |
Copy-ready code
/* CSS */
color: #116366;
background-color: #116366;
/* Tailwind (arbitrary) */
class="text-[#116366] bg-[#116366]"
/* SCSS */
$brand: #116366;
/* SwiftUI */
Color(red: 0.067, green: 0.388, blue: 0.400)
/* Android */
Color.parseColor("#116366")Accessibility — WCAG contrast
Aa
#116366 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116366 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green38.8%
Blue40.0%
CMYK percentages
Cyan83.3%
Magenta2.9%
Yellow0.0%
Key (black)60.0%
Color previews
#116366 text on a black background
contrast 3.00:1
Card sample
#116366 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116366;
Background color
Panel with #116366 background
background-color: #116366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 99, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 99, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116366; background: linear-gradient(135deg, #116366, #112A66);