#41694e
a dark, soft green · cool · closest name: darkslategray
RGB
65, 105, 78
HSL
140°, 24%, 33%
CMYK
38, 0, 26, 59
Luminance
0.1178
Every format
| HEX | #41694e |
| RGB | rgb(65, 105, 78) |
| HSL | hsl(140, 24%, 33%) |
| CMYK | cmyk(38%, 0%, 26%, 59%) |
| LAB | lab(40.9 -20.6 10.8) |
| LCH | lch(40.9 23.2 152.2) |
| OKLCH | oklch(0.483 0.063 153.9) |
Copy-ready code
/* CSS */
color: #41694e;
background-color: #41694e;
/* Tailwind (arbitrary) */
class="text-[#41694e] bg-[#41694e]"
/* SCSS */
$brand: #41694e;
/* SwiftUI */
Color(red: 0.255, green: 0.412, blue: 0.306)
/* Android */
Color.parseColor("#41694e")Accessibility — WCAG contrast
Aa
#41694e on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#41694e on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green41.2%
Blue30.6%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow25.7%
Key (black)58.8%
Color previews
#41694e text on a black background
contrast 3.36:1
Card sample
#41694e text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41694e;
Background color
Panel with #41694e background
background-color: #41694e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41694e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 105, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 105, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41694e; background: linear-gradient(135deg, #41694e, #416969);