#1a5d67
a dark, vivid cyan · cool · closest name: darkslategray
RGB
26, 93, 103
HSL
188°, 60%, 25%
CMYK
75, 10, 0, 60
Luminance
0.0903
Every format
| HEX | #1a5d67 |
| RGB | rgb(26, 93, 103) |
| HSL | hsl(188, 60%, 25%) |
| CMYK | cmyk(75%, 10%, 0%, 60%) |
| LAB | lab(36.0 -16.9 -11.7) |
| LCH | lch(36.0 20.5 214.9) |
| OKLCH | oklch(0.442 0.067 209.4) |
Copy-ready code
/* CSS */
color: #1a5d67;
background-color: #1a5d67;
/* Tailwind (arbitrary) */
class="text-[#1a5d67] bg-[#1a5d67]"
/* SCSS */
$brand: #1a5d67;
/* SwiftUI */
Color(red: 0.102, green: 0.365, blue: 0.404)
/* Android */
Color.parseColor("#1a5d67")Accessibility — WCAG contrast
Aa
#1a5d67 on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a5d67 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green36.5%
Blue40.4%
CMYK percentages
Cyan74.8%
Magenta9.7%
Yellow0.0%
Key (black)59.6%
Color previews
#1a5d67 text on a black background
contrast 2.81:1
Card sample
#1a5d67 text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a5d67;
Background color
Panel with #1a5d67 background
background-color: #1a5d67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a5d67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 93, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 93, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a5d67; background: linear-gradient(135deg, #1a5d67, #1A2A67);