#1a5e4d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
26, 94, 77
HSL
165°, 57%, 24%
CMYK
72, 0, 18, 63
Luminance
0.0876
Every format
| HEX | #1a5e4d |
| RGB | rgb(26, 94, 77) |
| HSL | hsl(165, 57%, 24%) |
| CMYK | cmyk(72%, 0%, 18%, 63%) |
| LAB | lab(35.5 -25.6 3.7) |
| LCH | lch(35.5 25.8 171.9) |
| OKLCH | oklch(0.435 0.073 172.7) |
Copy-ready code
/* CSS */
color: #1a5e4d;
background-color: #1a5e4d;
/* Tailwind (arbitrary) */
class="text-[#1a5e4d] bg-[#1a5e4d]"
/* SCSS */
$brand: #1a5e4d;
/* SwiftUI */
Color(red: 0.102, green: 0.369, blue: 0.302)
/* Android */
Color.parseColor("#1a5e4d")Accessibility — WCAG contrast
Aa
#1a5e4d on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a5e4d on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green36.9%
Blue30.2%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow18.1%
Key (black)63.1%
Color previews
#1a5e4d text on a black background
contrast 2.75:1
Card sample
#1a5e4d text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a5e4d;
Background color
Panel with #1a5e4d background
background-color: #1a5e4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a5e4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 94, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 94, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a5e4d; background: linear-gradient(135deg, #1a5e4d, #1A425E);