#42503c
a dark, muted green · cool · closest name: darkslategray
RGB
66, 80, 60
HSL
102°, 14%, 28%
CMYK
18, 0, 25, 69
Luminance
0.0722
Every format
| HEX | #42503c |
| RGB | rgb(66, 80, 60) |
| HSL | hsl(102, 14%, 28%) |
| CMYK | cmyk(18%, 0%, 25%, 69%) |
| LAB | lab(32.3 -9.9 10.0) |
| LCH | lch(32.3 14.1 134.7) |
| OKLCH | oklch(0.413 0.037 136.4) |
Copy-ready code
/* CSS */
color: #42503c;
background-color: #42503c;
/* Tailwind (arbitrary) */
class="text-[#42503c] bg-[#42503c]"
/* SCSS */
$brand: #42503c;
/* SwiftUI */
Color(red: 0.259, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#42503c")Accessibility — WCAG contrast
Aa
#42503c on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#42503c on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green31.4%
Blue23.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#42503c text on a black background
contrast 2.44:1
Card sample
#42503c text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42503c;
Background color
Panel with #42503c background
background-color: #42503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42503c; background: linear-gradient(135deg, #42503c, #3C5043);