#446655
a dark, soft green · cool · closest name: darkslategray
RGB
68, 102, 85
HSL
150°, 20%, 33%
CMYK
33, 0, 17, 60
Luminance
0.1139
Every format
| HEX | #446655 |
| RGB | rgb(68, 102, 85) |
| HSL | hsl(150, 20%, 33%) |
| CMYK | cmyk(33%, 0%, 17%, 60%) |
| LAB | lab(40.2 -16.4 5.7) |
| LCH | lch(40.2 17.3 160.7) |
| OKLCH | oklch(0.479 0.048 162.1) |
Copy-ready code
/* CSS */
color: #446655;
background-color: #446655;
/* Tailwind (arbitrary) */
class="text-[#446655] bg-[#446655]"
/* SCSS */
$brand: #446655;
/* SwiftUI */
Color(red: 0.267, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#446655")Accessibility — WCAG contrast
Aa
#446655 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#446655 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green40.0%
Blue33.3%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow16.7%
Key (black)60.0%
Color previews
#446655 text on a black background
contrast 3.28:1
Card sample
#446655 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #446655;
Background color
Panel with #446655 background
background-color: #446655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #446655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #446655; background: linear-gradient(135deg, #446655, #446066);