#166380
a dark, vivid cyan · cool · closest name: steelblue
RGB
22, 99, 128
HSL
196°, 71%, 29%
CMYK
83, 23, 0, 50
Luminance
0.1065
Every format
| HEX | #166380 |
| RGB | rgb(22, 99, 128) |
| HSL | hsl(196, 71%, 29%) |
| CMYK | cmyk(83%, 23%, 0%, 50%) |
| LAB | lab(39.0 -11.8 -22.6) |
| LCH | lch(39.0 25.5 242.4) |
| OKLCH | oklch(0.469 0.084 228.9) |
Copy-ready code
/* CSS */
color: #166380;
background-color: #166380;
/* Tailwind (arbitrary) */
class="text-[#166380] bg-[#166380]"
/* SCSS */
$brand: #166380;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.502)
/* Android */
Color.parseColor("#166380")Accessibility — WCAG contrast
Aa
#166380 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#166380 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue50.2%
CMYK percentages
Cyan82.8%
Magenta22.7%
Yellow0.0%
Key (black)49.8%
Color previews
#166380 text on a black background
contrast 3.13:1
Card sample
#166380 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166380;
Background color
Panel with #166380 background
background-color: #166380;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166380;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166380; background: linear-gradient(135deg, #166380, #161C80);