#104147
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 65, 71
HSL
187°, 63%, 17%
CMYK
78, 9, 0, 72
Luminance
0.0435
Every format
| HEX | #104147 |
| RGB | rgb(16, 65, 71) |
| HSL | hsl(187, 63%, 17%) |
| CMYK | cmyk(78%, 9%, 0%, 72%) |
| LAB | lab(24.8 -13.7 -8.4) |
| LCH | lch(24.8 16.0 211.5) |
| OKLCH | oklch(0.346 0.051 206.8) |
Copy-ready code
/* CSS */
color: #104147;
background-color: #104147;
/* Tailwind (arbitrary) */
class="text-[#104147] bg-[#104147]"
/* SCSS */
$brand: #104147;
/* SwiftUI */
Color(red: 0.063, green: 0.255, blue: 0.278)
/* Android */
Color.parseColor("#104147")Accessibility — WCAG contrast
Aa
#104147 on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104147 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green25.5%
Blue27.8%
CMYK percentages
Cyan77.5%
Magenta8.5%
Yellow0.0%
Key (black)72.2%
Color previews
#104147 text on a black background
contrast 1.87:1
Card sample
#104147 text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104147;
Background color
Panel with #104147 background
background-color: #104147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 65, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 65, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104147; background: linear-gradient(135deg, #104147, #101C47);