#1a3c5e
a deep, vivid blue · cool · closest name: darkslategray
RGB
26, 60, 94
HSL
210°, 57%, 24%
CMYK
72, 36, 0, 63
Luminance
0.0426
Every format
| HEX | #1a3c5e |
| RGB | rgb(26, 60, 94) |
| HSL | hsl(210, 57%, 24%) |
| CMYK | cmyk(72%, 36%, 0%, 63%) |
| LAB | lab(24.5 0.2 -23.9) |
| LCH | lch(24.5 23.9 270.5) |
| OKLCH | oklch(0.349 0.072 250.6) |
Copy-ready code
/* CSS */
color: #1a3c5e;
background-color: #1a3c5e;
/* Tailwind (arbitrary) */
class="text-[#1a3c5e] bg-[#1a3c5e]"
/* SCSS */
$brand: #1a3c5e;
/* SwiftUI */
Color(red: 0.102, green: 0.235, blue: 0.369)
/* Android */
Color.parseColor("#1a3c5e")Accessibility — WCAG contrast
Aa
#1a3c5e on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a3c5e on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green23.5%
Blue36.9%
CMYK percentages
Cyan72.3%
Magenta36.2%
Yellow0.0%
Key (black)63.1%
Color previews
#1a3c5e text on a black background
contrast 1.85:1
Card sample
#1a3c5e text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a3c5e;
Background color
Panel with #1a3c5e background
background-color: #1a3c5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a3c5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 60, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 60, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a3c5e; background: linear-gradient(135deg, #1a3c5e, #251A5E);