#274321
a deep, soft green · cool · closest name: darkslategray
RGB
39, 67, 33
HSL
109°, 34%, 20%
CMYK
42, 0, 51, 74
Luminance
0.0456
Every format
| HEX | #274321 |
| RGB | rgb(39, 67, 33) |
| HSL | hsl(109, 34%, 20%) |
| CMYK | cmyk(42%, 0%, 51%, 74%) |
| LAB | lab(25.4 -18.5 17.3) |
| LCH | lch(25.4 25.4 136.9) |
| OKLCH | oklch(0.351 0.066 140.1) |
Copy-ready code
/* CSS */
color: #274321;
background-color: #274321;
/* Tailwind (arbitrary) */
class="text-[#274321] bg-[#274321]"
/* SCSS */
$brand: #274321;
/* SwiftUI */
Color(red: 0.153, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#274321")Accessibility — WCAG contrast
Aa
#274321 on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#274321 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green26.3%
Blue12.9%
CMYK percentages
Cyan41.8%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#274321 text on a black background
contrast 1.91:1
Card sample
#274321 text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #274321;
Background color
Panel with #274321 background
background-color: #274321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #274321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #274321; background: linear-gradient(135deg, #274321, #214332);