#1b3f1d
a deep, soft green · cool · closest name: darkslategray
RGB
27, 63, 29
HSL
123°, 40%, 18%
CMYK
57, 0, 54, 75
Luminance
0.0388
Every format
| HEX | #1b3f1d |
| RGB | rgb(27, 63, 29) |
| HSL | hsl(123, 40%, 18%) |
| CMYK | cmyk(57%, 0%, 54%, 75%) |
| LAB | lab(23.3 -21.5 16.9) |
| LCH | lch(23.3 27.4 141.8) |
| OKLCH | oklch(0.331 0.071 144.8) |
Copy-ready code
/* CSS */
color: #1b3f1d;
background-color: #1b3f1d;
/* Tailwind (arbitrary) */
class="text-[#1b3f1d] bg-[#1b3f1d]"
/* SCSS */
$brand: #1b3f1d;
/* SwiftUI */
Color(red: 0.106, green: 0.247, blue: 0.114)
/* Android */
Color.parseColor("#1b3f1d")Accessibility — WCAG contrast
Aa
#1b3f1d on white: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b3f1d on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green24.7%
Blue11.4%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow54.0%
Key (black)75.3%
Color previews
#1b3f1d text on a black background
contrast 1.78:1
Card sample
#1b3f1d text on a white background
contrast 11.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b3f1d;
Background color
Panel with #1b3f1d background
background-color: #1b3f1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b3f1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 63, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 63, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b3f1d; background: linear-gradient(135deg, #1b3f1d, #1B3F35);