#2a503c
a deep, soft green · cool · closest name: darkslategray
RGB
42, 80, 60
HSL
148°, 31%, 24%
CMYK
48, 0, 25, 69
Luminance
0.0656
Every format
| HEX | #2a503c |
| RGB | rgb(42, 80, 60) |
| HSL | hsl(148, 31%, 24%) |
| CMYK | cmyk(48%, 0%, 25%, 69%) |
| LAB | lab(30.8 -18.9 7.6) |
| LCH | lch(30.8 20.4 158.0) |
| OKLCH | oklch(0.397 0.056 159.4) |
Copy-ready code
/* CSS */
color: #2a503c;
background-color: #2a503c;
/* Tailwind (arbitrary) */
class="text-[#2a503c] bg-[#2a503c]"
/* SCSS */
$brand: #2a503c;
/* SwiftUI */
Color(red: 0.165, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#2a503c")Accessibility — WCAG contrast
Aa
#2a503c on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a503c on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green31.4%
Blue23.5%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#2a503c text on a black background
contrast 2.31:1
Card sample
#2a503c text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a503c;
Background color
Panel with #2a503c background
background-color: #2a503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a503c; background: linear-gradient(135deg, #2a503c, #2A4B50);