#1b3021
a deep, soft green · cool · closest name: darkslategray
RGB
27, 48, 33
HSL
137°, 28%, 15%
CMYK
44, 0, 31, 81
Luminance
0.0246
Every format
| HEX | #1b3021 |
| RGB | rgb(27, 48, 33) |
| HSL | hsl(137, 28%, 15%) |
| CMYK | cmyk(44%, 0%, 31%, 81%) |
| LAB | lab(17.7 -12.5 7.0) |
| LCH | lch(17.7 14.3 150.7) |
| OKLCH | oklch(0.286 0.039 152.4) |
Copy-ready code
/* CSS */
color: #1b3021;
background-color: #1b3021;
/* Tailwind (arbitrary) */
class="text-[#1b3021] bg-[#1b3021]"
/* SCSS */
$brand: #1b3021;
/* SwiftUI */
Color(red: 0.106, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#1b3021")Accessibility — WCAG contrast
Aa
#1b3021 on white: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b3021 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green18.8%
Blue12.9%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow31.3%
Key (black)81.2%
Color previews
#1b3021 text on a black background
contrast 1.49:1
Card sample
#1b3021 text on a white background
contrast 14.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b3021;
Background color
Panel with #1b3021 background
background-color: #1b3021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b3021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b3021; background: linear-gradient(135deg, #1b3021, #1B302F);