#45503c
a dark, muted green · cool · closest name: darkslategray
RGB
69, 80, 60
HSL
93°, 14%, 28%
CMYK
14, 0, 25, 69
Luminance
0.0733
Every format
| HEX | #45503c |
| RGB | rgb(69, 80, 60) |
| HSL | hsl(93, 14%, 28%) |
| CMYK | cmyk(14%, 0%, 25%, 69%) |
| LAB | lab(32.5 -8.6 10.4) |
| LCH | lch(32.5 13.5 129.8) |
| OKLCH | oklch(0.415 0.035 131.3) |
Copy-ready code
/* CSS */
color: #45503c;
background-color: #45503c;
/* Tailwind (arbitrary) */
class="text-[#45503c] bg-[#45503c]"
/* SCSS */
$brand: #45503c;
/* SwiftUI */
Color(red: 0.271, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#45503c")Accessibility — WCAG contrast
Aa
#45503c on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45503c on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green31.4%
Blue23.5%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#45503c text on a black background
contrast 2.47:1
Card sample
#45503c text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45503c;
Background color
Panel with #45503c background
background-color: #45503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45503c; background: linear-gradient(135deg, #45503c, #3C5040);