#1a5544
a deep, vivid cyan · cool · closest name: darkslategray
RGB
26, 85, 68
HSL
163°, 53%, 22%
CMYK
69, 0, 20, 67
Luminance
0.0713
Every format
| HEX | #1a5544 |
| RGB | rgb(26, 85, 68) |
| HSL | hsl(163, 53%, 22%) |
| CMYK | cmyk(69%, 0%, 20%, 67%) |
| LAB | lab(32.1 -23.6 4.4) |
| LCH | lch(32.1 24.0 169.4) |
| OKLCH | oklch(0.406 0.067 170.4) |
Copy-ready code
/* CSS */
color: #1a5544;
background-color: #1a5544;
/* Tailwind (arbitrary) */
class="text-[#1a5544] bg-[#1a5544]"
/* SCSS */
$brand: #1a5544;
/* SwiftUI */
Color(red: 0.102, green: 0.333, blue: 0.267)
/* Android */
Color.parseColor("#1a5544")Accessibility — WCAG contrast
Aa
#1a5544 on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a5544 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green33.3%
Blue26.7%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow20.0%
Key (black)66.7%
Color previews
#1a5544 text on a black background
contrast 2.43:1
Card sample
#1a5544 text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a5544;
Background color
Panel with #1a5544 background
background-color: #1a5544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a5544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 85, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 85, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a5544; background: linear-gradient(135deg, #1a5544, #1A3F55);