#103c50
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 60, 80
HSL
199°, 67%, 19%
CMYK
80, 25, 0, 69
Luminance
0.0392
Every format
| HEX | #103c50 |
| RGB | rgb(16, 60, 80) |
| HSL | hsl(199, 67%, 19%) |
| CMYK | cmyk(80%, 25%, 0%, 69%) |
| LAB | lab(23.4 -7.1 -16.4) |
| LCH | lch(23.4 17.9 246.5) |
| OKLCH | oklch(0.337 0.058 232.2) |
Copy-ready code
/* CSS */
color: #103c50;
background-color: #103c50;
/* Tailwind (arbitrary) */
class="text-[#103c50] bg-[#103c50]"
/* SCSS */
$brand: #103c50;
/* SwiftUI */
Color(red: 0.063, green: 0.235, blue: 0.314)
/* Android */
Color.parseColor("#103c50")Accessibility — WCAG contrast
Aa
#103c50 on white: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103c50 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green23.5%
Blue31.4%
CMYK percentages
Cyan80.0%
Magenta25.0%
Yellow0.0%
Key (black)68.6%
Color previews
#103c50 text on a black background
contrast 1.78:1
Card sample
#103c50 text on a white background
contrast 11.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103c50;
Background color
Panel with #103c50 background
background-color: #103c50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103c50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 60, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 60, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103c50; background: linear-gradient(135deg, #103c50, #101150);