#1a4d66
a dark, vivid cyan · cool · closest name: darkslategray
RGB
26, 77, 102
HSL
200°, 59%, 25%
CMYK
75, 25, 0, 60
Luminance
0.0649
Every format
| HEX | #1a4d66 |
| RGB | rgb(26, 77, 102) |
| HSL | hsl(200, 59%, 25%) |
| CMYK | cmyk(75%, 25%, 0%, 60%) |
| LAB | lab(30.6 -7.8 -19.4) |
| LCH | lch(30.6 20.9 248.2) |
| OKLCH | oklch(0.398 0.068 233.6) |
Copy-ready code
/* CSS */
color: #1a4d66;
background-color: #1a4d66;
/* Tailwind (arbitrary) */
class="text-[#1a4d66] bg-[#1a4d66]"
/* SCSS */
$brand: #1a4d66;
/* SwiftUI */
Color(red: 0.102, green: 0.302, blue: 0.400)
/* Android */
Color.parseColor("#1a4d66")Accessibility — WCAG contrast
Aa
#1a4d66 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a4d66 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green30.2%
Blue40.0%
CMYK percentages
Cyan74.5%
Magenta24.5%
Yellow0.0%
Key (black)60.0%
Color previews
#1a4d66 text on a black background
contrast 2.30:1
Card sample
#1a4d66 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a4d66;
Background color
Panel with #1a4d66 background
background-color: #1a4d66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a4d66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 77, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 77, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a4d66; background: linear-gradient(135deg, #1a4d66, #1A1A66);