#273621
a deep, soft green · cool · closest name: darkslategray
RGB
39, 54, 33
HSL
103°, 24%, 17%
CMYK
28, 0, 39, 79
Luminance
0.0318
Every format
| HEX | #273621 |
| RGB | rgb(39, 54, 33) |
| HSL | hsl(103, 24%, 17%) |
| CMYK | cmyk(28%, 0%, 39%, 79%) |
| LAB | lab(20.8 -11.1 11.3) |
| LCH | lch(20.8 15.8 134.6) |
| OKLCH | oklch(0.313 0.041 137.0) |
Copy-ready code
/* CSS */
color: #273621;
background-color: #273621;
/* Tailwind (arbitrary) */
class="text-[#273621] bg-[#273621]"
/* SCSS */
$brand: #273621;
/* SwiftUI */
Color(red: 0.153, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#273621")Accessibility — WCAG contrast
Aa
#273621 on white: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#273621 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green21.2%
Blue12.9%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#273621 text on a black background
contrast 1.64:1
Card sample
#273621 text on a white background
contrast 12.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #273621;
Background color
Panel with #273621 background
background-color: #273621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #273621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #273621; background: linear-gradient(135deg, #273621, #213629);