#1a503c
a deep, vivid green · cool · closest name: darkslategray
RGB
26, 80, 60
HSL
158°, 51%, 21%
CMYK
68, 0, 25, 69
Luminance
0.0628
Every format
| HEX | #1a503c |
| RGB | rgb(26, 80, 60) |
| HSL | hsl(158, 51%, 21%) |
| CMYK | cmyk(68%, 0%, 25%, 69%) |
| LAB | lab(30.1 -23.3 6.6) |
| LCH | lch(30.1 24.2 164.1) |
| OKLCH | oklch(0.389 0.067 165.3) |
Copy-ready code
/* CSS */
color: #1a503c;
background-color: #1a503c;
/* Tailwind (arbitrary) */
class="text-[#1a503c] bg-[#1a503c]"
/* SCSS */
$brand: #1a503c;
/* SwiftUI */
Color(red: 0.102, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#1a503c")Accessibility — WCAG contrast
Aa
#1a503c on white: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a503c on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green31.4%
Blue23.5%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#1a503c text on a black background
contrast 2.26:1
Card sample
#1a503c text on a white background
contrast 9.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a503c;
Background color
Panel with #1a503c background
background-color: #1a503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a503c; background: linear-gradient(135deg, #1a503c, #1A4050);