#1b3c28
a deep, soft green · cool · closest name: darkslategray
RGB
27, 60, 40
HSL
144°, 38%, 17%
CMYK
55, 0, 33, 77
Luminance
0.0362
Every format
| HEX | #1b3c28 |
| RGB | rgb(27, 60, 40) |
| HSL | hsl(144, 38%, 17%) |
| CMYK | cmyk(55%, 0%, 33%, 77%) |
| LAB | lab(22.4 -17.6 8.7) |
| LCH | lch(22.4 19.7 153.7) |
| OKLCH | oklch(0.325 0.053 155.3) |
Copy-ready code
/* CSS */
color: #1b3c28;
background-color: #1b3c28;
/* Tailwind (arbitrary) */
class="text-[#1b3c28] bg-[#1b3c28]"
/* SCSS */
$brand: #1b3c28;
/* SwiftUI */
Color(red: 0.106, green: 0.235, blue: 0.157)
/* Android */
Color.parseColor("#1b3c28")Accessibility — WCAG contrast
Aa
#1b3c28 on white: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b3c28 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green23.5%
Blue15.7%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow33.3%
Key (black)76.5%
Color previews
#1b3c28 text on a black background
contrast 1.72:1
Card sample
#1b3c28 text on a white background
contrast 12.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b3c28;
Background color
Panel with #1b3c28 background
background-color: #1b3c28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b3c28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 60, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 60, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b3c28; background: linear-gradient(135deg, #1b3c28, #1B3A3C);