#1b1f11
a deep, soft green · cool · closest name: black
RGB
27, 31, 17
HSL
77°, 29%, 9%
CMYK
13, 0, 45, 88
Luminance
0.0125
Every format
| HEX | #1b1f11 |
| RGB | rgb(27, 31, 17) |
| HSL | hsl(77, 29%, 9%) |
| CMYK | cmyk(13%, 0%, 45%, 88%) |
| LAB | lab(10.9 -5.0 8.6) |
| LCH | lch(10.9 10.0 120.3) |
| OKLCH | oklch(0.231 0.026 121.4) |
Copy-ready code
/* CSS */
color: #1b1f11;
background-color: #1b1f11;
/* Tailwind (arbitrary) */
class="text-[#1b1f11] bg-[#1b1f11]"
/* SCSS */
$brand: #1b1f11;
/* SwiftUI */
Color(red: 0.106, green: 0.122, blue: 0.067)
/* Android */
Color.parseColor("#1b1f11")Accessibility — WCAG contrast
Aa
#1b1f11 on white: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b1f11 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green12.2%
Blue6.7%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow45.2%
Key (black)87.8%
Color previews
#1b1f11 text on a black background
contrast 1.25:1
Card sample
#1b1f11 text on a white background
contrast 16.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b1f11;
Background color
Panel with #1b1f11 background
background-color: #1b1f11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b1f11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 31, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 31, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b1f11; background: linear-gradient(135deg, #1b1f11, #121F11);