#167883
a dark, vivid cyan · cool · closest name: teal
RGB
22, 120, 131
HSL
186°, 71%, 30%
CMYK
83, 8, 0, 49
Luminance
0.1524
Every format
| HEX | #167883 |
| RGB | rgb(22, 120, 131) |
| HSL | hsl(186, 71%, 30%) |
| CMYK | cmyk(83%, 8%, 0%, 49%) |
| LAB | lab(46.0 -22.4 -13.7) |
| LCH | lch(46.0 26.2 211.4) |
| OKLCH | oklch(0.525 0.085 206.7) |
Copy-ready code
/* CSS */
color: #167883;
background-color: #167883;
/* Tailwind (arbitrary) */
class="text-[#167883] bg-[#167883]"
/* SCSS */
$brand: #167883;
/* SwiftUI */
Color(red: 0.086, green: 0.471, blue: 0.514)
/* Android */
Color.parseColor("#167883")Accessibility — WCAG contrast
Aa
#167883 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#167883 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green47.1%
Blue51.4%
CMYK percentages
Cyan83.2%
Magenta8.4%
Yellow0.0%
Key (black)48.6%
Color previews
#167883 text on a black background
contrast 4.05:1
Card sample
#167883 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167883;
Background color
Panel with #167883 background
background-color: #167883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 120, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 120, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167883; background: linear-gradient(135deg, #167883, #162F83);