#1b6d1b
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 109, 27
HSL
120°, 60%, 27%
CMYK
75, 0, 75, 57
Luminance
0.1125
Every format
| HEX | #1b6d1b |
| RGB | rgb(27, 109, 27) |
| HSL | hsl(120, 60%, 27%) |
| CMYK | cmyk(75%, 0%, 75%, 57%) |
| LAB | lab(40.0 -41.0 36.9) |
| LCH | lch(40.0 55.2 138.0) |
| OKLCH | oklch(0.469 0.139 143.0) |
Copy-ready code
/* CSS */
color: #1b6d1b;
background-color: #1b6d1b;
/* Tailwind (arbitrary) */
class="text-[#1b6d1b] bg-[#1b6d1b]"
/* SCSS */
$brand: #1b6d1b;
/* SwiftUI */
Color(red: 0.106, green: 0.427, blue: 0.106)
/* Android */
Color.parseColor("#1b6d1b")Accessibility — WCAG contrast
Aa
#1b6d1b on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1b6d1b on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green42.7%
Blue10.6%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow75.2%
Key (black)57.3%
Color previews
#1b6d1b text on a black background
contrast 3.25:1
Card sample
#1b6d1b text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b6d1b;
Background color
Panel with #1b6d1b background
background-color: #1b6d1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b6d1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 109, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 109, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b6d1b; background: linear-gradient(135deg, #1b6d1b, #1B6D52);