#1b2d08
a deep, vivid green · cool · closest name: darkslategray
RGB
27, 45, 8
HSL
89°, 70%, 10%
CMYK
40, 0, 82, 82
Luminance
0.0213
Every format
| HEX | #1b2d08 |
| RGB | rgb(27, 45, 8) |
| HSL | hsl(89, 70%, 10%) |
| CMYK | cmyk(40%, 0%, 82%, 82%) |
| LAB | lab(16.1 -15.0 19.8) |
| LCH | lch(16.1 24.8 127.2) |
| OKLCH | oklch(0.272 0.063 131.7) |
Copy-ready code
/* CSS */
color: #1b2d08;
background-color: #1b2d08;
/* Tailwind (arbitrary) */
class="text-[#1b2d08] bg-[#1b2d08]"
/* SCSS */
$brand: #1b2d08;
/* SwiftUI */
Color(red: 0.106, green: 0.176, blue: 0.031)
/* Android */
Color.parseColor("#1b2d08")Accessibility — WCAG contrast
Aa
#1b2d08 on white: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b2d08 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green17.6%
Blue3.1%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow82.2%
Key (black)82.4%
Color previews
#1b2d08 text on a black background
contrast 1.43:1
Card sample
#1b2d08 text on a white background
contrast 14.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b2d08;
Background color
Panel with #1b2d08 background
background-color: #1b2d08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b2d08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 45, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 45, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b2d08; background: linear-gradient(135deg, #1b2d08, #082D0E);