#416252
a dark, soft green · cool · closest name: darkslategray
RGB
65, 98, 82
HSL
151°, 20%, 32%
CMYK
34, 0, 16, 62
Luminance
0.1047
Every format
| HEX | #416252 |
| RGB | rgb(65, 98, 82) |
| HSL | hsl(151, 20%, 32%) |
| CMYK | cmyk(34%, 0%, 16%, 62%) |
| LAB | lab(38.7 -15.9 5.3) |
| LCH | lch(38.7 16.8 161.5) |
| OKLCH | oklch(0.466 0.047 162.9) |
Copy-ready code
/* CSS */
color: #416252;
background-color: #416252;
/* Tailwind (arbitrary) */
class="text-[#416252] bg-[#416252]"
/* SCSS */
$brand: #416252;
/* SwiftUI */
Color(red: 0.255, green: 0.384, blue: 0.322)
/* Android */
Color.parseColor("#416252")Accessibility — WCAG contrast
Aa
#416252 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416252 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green38.4%
Blue32.2%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow16.3%
Key (black)61.6%
Color previews
#416252 text on a black background
contrast 3.09:1
Card sample
#416252 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416252;
Background color
Panel with #416252 background
background-color: #416252;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416252;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 98, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 98, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416252; background: linear-gradient(135deg, #416252, #415C62);