#1a445e
a deep, vivid blue · cool · closest name: darkslategray
RGB
26, 68, 94
HSL
203°, 57%, 24%
CMYK
72, 28, 0, 63
Luminance
0.0516
Every format
| HEX | #1a445e |
| RGB | rgb(26, 68, 94) |
| HSL | hsl(203, 57%, 24%) |
| CMYK | cmyk(72%, 28%, 0%, 63%) |
| LAB | lab(27.2 -5.1 -19.6) |
| LCH | lch(27.2 20.3 255.4) |
| OKLCH | oklch(0.370 0.064 239.1) |
Copy-ready code
/* CSS */
color: #1a445e;
background-color: #1a445e;
/* Tailwind (arbitrary) */
class="text-[#1a445e] bg-[#1a445e]"
/* SCSS */
$brand: #1a445e;
/* SwiftUI */
Color(red: 0.102, green: 0.267, blue: 0.369)
/* Android */
Color.parseColor("#1a445e")Accessibility — WCAG contrast
Aa
#1a445e on white: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a445e on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green26.7%
Blue36.9%
CMYK percentages
Cyan72.3%
Magenta27.7%
Yellow0.0%
Key (black)63.1%
Color previews
#1a445e text on a black background
contrast 2.03:1
Card sample
#1a445e text on a white background
contrast 10.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a445e;
Background color
Panel with #1a445e background
background-color: #1a445e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a445e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 68, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 68, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a445e; background: linear-gradient(135deg, #1a445e, #1D1A5E);