#1a74a1
a dark, vivid blue · cool · closest name: steelblue
RGB
26, 116, 161
HSL
200°, 72%, 37%
CMYK
84, 28, 0, 37
Luminance
0.1528
Every format
| HEX | #1a74a1 |
| RGB | rgb(26, 116, 161) |
| HSL | hsl(200, 72%, 37%) |
| CMYK | cmyk(84%, 28%, 0%, 37%) |
| LAB | lab(46.0 -9.0 -31.3) |
| LCH | lch(46.0 32.6 253.9) |
| OKLCH | oklch(0.530 0.106 236.6) |
Copy-ready code
/* CSS */
color: #1a74a1;
background-color: #1a74a1;
/* Tailwind (arbitrary) */
class="text-[#1a74a1] bg-[#1a74a1]"
/* SCSS */
$brand: #1a74a1;
/* SwiftUI */
Color(red: 0.102, green: 0.455, blue: 0.631)
/* Android */
Color.parseColor("#1a74a1")Accessibility — WCAG contrast
Aa
#1a74a1 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1a74a1 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green45.5%
Blue63.1%
CMYK percentages
Cyan83.9%
Magenta28.0%
Yellow0.0%
Key (black)36.9%
Color previews
#1a74a1 text on a black background
contrast 4.06:1
Card sample
#1a74a1 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a74a1;
Background color
Panel with #1a74a1 background
background-color: #1a74a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a74a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 116, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 116, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a74a1; background: linear-gradient(135deg, #1a74a1, #1A1AA1);