#16586f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
22, 88, 111
HSL
196°, 67%, 26%
CMYK
80, 21, 0, 57
Luminance
0.0830
Every format
| HEX | #16586f |
| RGB | rgb(22, 88, 111) |
| HSL | hsl(196, 67%, 26%) |
| CMYK | cmyk(80%, 21%, 0%, 57%) |
| LAB | lab(34.6 -11.7 -18.9) |
| LCH | lch(34.6 22.2 238.4) |
| OKLCH | oklch(0.431 0.074 226.2) |
Copy-ready code
/* CSS */
color: #16586f;
background-color: #16586f;
/* Tailwind (arbitrary) */
class="text-[#16586f] bg-[#16586f]"
/* SCSS */
$brand: #16586f;
/* SwiftUI */
Color(red: 0.086, green: 0.345, blue: 0.435)
/* Android */
Color.parseColor("#16586f")Accessibility — WCAG contrast
Aa
#16586f on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16586f on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green34.5%
Blue43.5%
CMYK percentages
Cyan80.2%
Magenta20.7%
Yellow0.0%
Key (black)56.5%
Color previews
#16586f text on a black background
contrast 2.66:1
Card sample
#16586f text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16586f;
Background color
Panel with #16586f background
background-color: #16586f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16586f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 88, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 88, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16586f; background: linear-gradient(135deg, #16586f, #161D6F);