#103c47
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 60, 71
HSL
192°, 63%, 17%
CMYK
78, 16, 0, 72
Luminance
0.0380
Every format
| HEX | #103c47 |
| RGB | rgb(16, 60, 71) |
| HSL | hsl(192, 63%, 17%) |
| CMYK | cmyk(78%, 16%, 0%, 72%) |
| LAB | lab(23.0 -10.6 -11.1) |
| LCH | lch(23.0 15.3 226.2) |
| OKLCH | oklch(0.332 0.050 217.8) |
Copy-ready code
/* CSS */
color: #103c47;
background-color: #103c47;
/* Tailwind (arbitrary) */
class="text-[#103c47] bg-[#103c47]"
/* SCSS */
$brand: #103c47;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.278)
/* Android */
Color.parseColor("#103c47")Accessibility — WCAG contrast
Aa
#103c47 on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c47 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue27.8%
CMYK percentages
Cyan77.5%
Magenta15.5%
Yellow0.0%
Key (black)72.2%
Color previews
#103c47 text on a black background
contrast 1.76:1
Card sample
#103c47 text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c47;
Background color
Panel with #103c47 background
background-color: #103c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c47; background: linear-gradient(135deg, #103c47, #101747);