#273421
a deep, soft green · cool · closest name: darkslategray
RGB
39, 52, 33
HSL
101°, 22%, 17%
CMYK
25, 0, 37, 80
Luminance
0.0300
Every format
| HEX | #273421 |
| RGB | rgb(39, 52, 33) |
| HSL | hsl(101, 22%, 17%) |
| CMYK | cmyk(25%, 0%, 37%, 80%) |
| LAB | lab(20.0 -9.9 10.3) |
| LCH | lch(20.0 14.3 133.8) |
| OKLCH | oklch(0.307 0.037 136.1) |
Copy-ready code
/* CSS */
color: #273421;
background-color: #273421;
/* Tailwind (arbitrary) */
class="text-[#273421] bg-[#273421]"
/* SCSS */
$brand: #273421;
/* SwiftUI */
Color(red: 0.153, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#273421")Accessibility — WCAG contrast
Aa
#273421 on white: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#273421 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green20.4%
Blue12.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow36.5%
Key (black)79.6%
Color previews
#273421 text on a black background
contrast 1.60:1
Card sample
#273421 text on a white background
contrast 13.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #273421;
Background color
Panel with #273421 background
background-color: #273421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #273421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #273421; background: linear-gradient(135deg, #273421, #213428);