#104849
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 72, 73
HSL
181°, 64%, 18%
CMYK
78, 1, 0, 71
Luminance
0.0523
Every format
| HEX | #104849 |
| RGB | rgb(16, 72, 73) |
| HSL | hsl(181, 64%, 18%) |
| CMYK | cmyk(78%, 1%, 0%, 71%) |
| LAB | lab(27.4 -17.0 -5.8) |
| LCH | lch(27.4 17.9 198.8) |
| OKLCH | oklch(0.367 0.056 196.8) |
Copy-ready code
/* CSS */
color: #104849;
background-color: #104849;
/* Tailwind (arbitrary) */
class="text-[#104849] bg-[#104849]"
/* SCSS */
$brand: #104849;
/* SwiftUI */
Color(red: 0.063, green: 0.282, blue: 0.286)
/* Android */
Color.parseColor("#104849")Accessibility — WCAG contrast
Aa
#104849 on white: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104849 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green28.2%
Blue28.6%
CMYK percentages
Cyan78.1%
Magenta1.4%
Yellow0.0%
Key (black)71.4%
Color previews
#104849 text on a black background
contrast 2.05:1
Card sample
#104849 text on a white background
contrast 10.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104849;
Background color
Panel with #104849 background
background-color: #104849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 72, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 72, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104849; background: linear-gradient(135deg, #104849, #102249);