#45643f
a dark, soft green · cool · closest name: darkslategray
RGB
69, 100, 63
HSL
110°, 23%, 32%
CMYK
31, 0, 37, 61
Luminance
0.1074
Every format
| HEX | #45643f |
| RGB | rgb(69, 100, 63) |
| HSL | hsl(110, 23%, 32%) |
| CMYK | cmyk(31%, 0%, 37%, 61%) |
| LAB | lab(39.1 -19.4 17.5) |
| LCH | lch(39.1 26.1 138.0) |
| OKLCH | oklch(0.469 0.069 140.5) |
Copy-ready code
/* CSS */
color: #45643f;
background-color: #45643f;
/* Tailwind (arbitrary) */
class="text-[#45643f] bg-[#45643f]"
/* SCSS */
$brand: #45643f;
/* SwiftUI */
Color(red: 0.271, green: 0.392, blue: 0.247)
/* Android */
Color.parseColor("#45643f")Accessibility — WCAG contrast
Aa
#45643f on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#45643f on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green39.2%
Blue24.7%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow37.0%
Key (black)60.8%
Color previews
#45643f text on a black background
contrast 3.15:1
Card sample
#45643f text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45643f;
Background color
Panel with #45643f background
background-color: #45643f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45643f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 100, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 100, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45643f; background: linear-gradient(135deg, #45643f, #3F6452);