#116554
a deep, vivid cyan · cool · closest name: teal
RGB
17, 101, 84
HSL
168°, 71%, 23%
CMYK
83, 0, 17, 60
Luminance
0.1007
Every format
| HEX | #116554 |
| RGB | rgb(17, 101, 84) |
| HSL | hsl(168, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 17%, 60%) |
| LAB | lab(38.0 -28.3 2.8) |
| LCH | lch(38.0 28.4 174.3) |
| OKLCH | oklch(0.455 0.081 174.9) |
Copy-ready code
/* CSS */
color: #116554;
background-color: #116554;
/* Tailwind (arbitrary) */
class="text-[#116554] bg-[#116554]"
/* SCSS */
$brand: #116554;
/* SwiftUI */
Color(red: 0.067, green: 0.396, blue: 0.329)
/* Android */
Color.parseColor("#116554")Accessibility — WCAG contrast
Aa
#116554 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116554 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green39.6%
Blue32.9%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow16.8%
Key (black)60.4%
Color previews
#116554 text on a black background
contrast 3.01:1
Card sample
#116554 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116554;
Background color
Panel with #116554 background
background-color: #116554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 101, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 101, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116554; background: linear-gradient(135deg, #116554, #113E65);