#27320b
a deep, vivid green · cool · closest name: darkslategray
RGB
39, 50, 11
HSL
77°, 64%, 12%
CMYK
22, 0, 78, 80
Luminance
0.0274
Every format
| HEX | #27320b |
| RGB | rgb(39, 50, 11) |
| HSL | hsl(77, 64%, 12%) |
| CMYK | cmyk(22%, 0%, 78%, 80%) |
| LAB | lab(19.0 -11.8 22.1) |
| LCH | lch(19.0 25.1 118.0) |
| OKLCH | oklch(0.297 0.061 123.6) |
Copy-ready code
/* CSS */
color: #27320b;
background-color: #27320b;
/* Tailwind (arbitrary) */
class="text-[#27320b] bg-[#27320b]"
/* SCSS */
$brand: #27320b;
/* SwiftUI */
Color(red: 0.153, green: 0.196, blue: 0.043)
/* Android */
Color.parseColor("#27320b")Accessibility — WCAG contrast
Aa
#27320b on white: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#27320b on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green19.6%
Blue4.3%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow78.0%
Key (black)80.4%
Color previews
#27320b text on a black background
contrast 1.55:1
Card sample
#27320b text on a white background
contrast 13.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27320b;
Background color
Panel with #27320b background
background-color: #27320b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27320b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 50, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 50, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27320b; background: linear-gradient(135deg, #27320b, #0D320B);