#1b2207
a deep, vivid green · cool · closest name: black
RGB
27, 34, 7
HSL
76°, 66%, 8%
CMYK
21, 0, 79, 87
Luminance
0.0139
Every format
| HEX | #1b2207 |
| RGB | rgb(27, 34, 7) |
| HSL | hsl(76, 66%, 8%) |
| CMYK | cmyk(21%, 0%, 79%, 87%) |
| LAB | lab(11.9 -8.5 14.6) |
| LCH | lch(11.9 16.9 120.2) |
| OKLCH | oklch(0.238 0.046 122.1) |
Copy-ready code
/* CSS */
color: #1b2207;
background-color: #1b2207;
/* Tailwind (arbitrary) */
class="text-[#1b2207] bg-[#1b2207]"
/* SCSS */
$brand: #1b2207;
/* SwiftUI */
Color(red: 0.106, green: 0.133, blue: 0.027)
/* Android */
Color.parseColor("#1b2207")Accessibility — WCAG contrast
Aa
#1b2207 on white: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b2207 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green13.3%
Blue2.7%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow79.4%
Key (black)86.7%
Color previews
#1b2207 text on a black background
contrast 1.28:1
Card sample
#1b2207 text on a white background
contrast 16.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b2207;
Background color
Panel with #1b2207 background
background-color: #1b2207;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b2207;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 34, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 34, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b2207; background: linear-gradient(135deg, #1b2207, #092207);