#1a3b49
a deep, vivid cyan · cool · closest name: darkslategray
RGB
26, 59, 73
HSL
198°, 48%, 19%
CMYK
64, 19, 0, 71
Luminance
0.0383
Every format
| HEX | #1a3b49 |
| RGB | rgb(26, 59, 73) |
| HSL | hsl(198, 48%, 19%) |
| CMYK | cmyk(64%, 19%, 0%, 71%) |
| LAB | lab(23.1 -7.2 -12.2) |
| LCH | lch(23.1 14.2 239.5) |
| OKLCH | oklch(0.334 0.046 228.1) |
Copy-ready code
/* CSS */
color: #1a3b49;
background-color: #1a3b49;
/* Tailwind (arbitrary) */
class="text-[#1a3b49] bg-[#1a3b49]"
/* SCSS */
$brand: #1a3b49;
/* SwiftUI */
Color(red: 0.102, green: 0.231, blue: 0.286)
/* Android */
Color.parseColor("#1a3b49")Accessibility — WCAG contrast
Aa
#1a3b49 on white: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a3b49 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green23.1%
Blue28.6%
CMYK percentages
Cyan64.4%
Magenta19.2%
Yellow0.0%
Key (black)71.4%
Color previews
#1a3b49 text on a black background
contrast 1.77:1
Card sample
#1a3b49 text on a white background
contrast 11.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a3b49;
Background color
Panel with #1a3b49 background
background-color: #1a3b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a3b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 59, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 59, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a3b49; background: linear-gradient(135deg, #1a3b49, #1A1C49);