#565f30
a dark, soft green · cool · closest name: darkslategray
RGB
86, 95, 48
HSL
72°, 33%, 28%
CMYK
10, 0, 50, 63
Luminance
0.1038
Every format
| HEX | #565f30 |
| RGB | rgb(86, 95, 48) |
| HSL | hsl(72, 33%, 28%) |
| CMYK | cmyk(10%, 0%, 50%, 63%) |
| LAB | lab(38.5 -11.7 25.6) |
| LCH | lch(38.5 28.1 114.5) |
| OKLCH | oklch(0.466 0.070 118.1) |
Copy-ready code
/* CSS */
color: #565f30;
background-color: #565f30;
/* Tailwind (arbitrary) */
class="text-[#565f30] bg-[#565f30]"
/* SCSS */
$brand: #565f30;
/* SwiftUI */
Color(red: 0.337, green: 0.373, blue: 0.188)
/* Android */
Color.parseColor("#565f30")Accessibility — WCAG contrast
Aa
#565f30 on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#565f30 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green37.3%
Blue18.8%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow49.5%
Key (black)62.7%
Color previews
#565f30 text on a black background
contrast 3.08:1
Card sample
#565f30 text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565f30;
Background color
Panel with #565f30 background
background-color: #565f30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565f30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 95, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 95, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565f30; background: linear-gradient(135deg, #565f30, #375F30);