#1a664d
a dark, vivid cyan · cool · closest name: teal
RGB
26, 102, 77
HSL
160°, 59%, 25%
CMYK
75, 0, 25, 60
Luminance
0.1026
Every format
| HEX | #1a664d |
| RGB | rgb(26, 102, 77) |
| HSL | hsl(160, 59%, 25%) |
| CMYK | cmyk(75%, 0%, 25%, 60%) |
| LAB | lab(38.3 -29.4 7.6) |
| LCH | lch(38.3 30.4 165.5) |
| OKLCH | oklch(0.458 0.084 166.5) |
Copy-ready code
/* CSS */
color: #1a664d;
background-color: #1a664d;
/* Tailwind (arbitrary) */
class="text-[#1a664d] bg-[#1a664d]"
/* SCSS */
$brand: #1a664d;
/* SwiftUI */
Color(red: 0.102, green: 0.400, blue: 0.302)
/* Android */
Color.parseColor("#1a664d")Accessibility — WCAG contrast
Aa
#1a664d on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1a664d on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green40.0%
Blue30.2%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow24.5%
Key (black)60.0%
Color previews
#1a664d text on a black background
contrast 3.05:1
Card sample
#1a664d text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a664d;
Background color
Panel with #1a664d background
background-color: #1a664d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a664d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 102, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 102, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a664d; background: linear-gradient(135deg, #1a664d, #1A4C66);