#1b1b0e
a deep, soft yellow · cool · closest name: black
RGB
27, 27, 14
HSL
60°, 32%, 8%
CMYK
0, 0, 48, 89
Luminance
0.0105
Every format
| HEX | #1b1b0e |
| RGB | rgb(27, 27, 14) |
| HSL | hsl(60, 32%, 8%) |
| CMYK | cmyk(0%, 0%, 48%, 89%) |
| LAB | lab(9.4 -2.8 8.1) |
| LCH | lch(9.4 8.5 108.9) |
| OKLCH | oklch(0.218 0.024 108.2) |
Copy-ready code
/* CSS */
color: #1b1b0e;
background-color: #1b1b0e;
/* Tailwind (arbitrary) */
class="text-[#1b1b0e] bg-[#1b1b0e]"
/* SCSS */
$brand: #1b1b0e;
/* SwiftUI */
Color(red: 0.106, green: 0.106, blue: 0.055)
/* Android */
Color.parseColor("#1b1b0e")Accessibility — WCAG contrast
Aa
#1b1b0e on white: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b1b0e on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green10.6%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow48.1%
Key (black)89.4%
Color previews
#1b1b0e text on a black background
contrast 1.21:1
Card sample
#1b1b0e text on a white background
contrast 17.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b1b0e;
Background color
Panel with #1b1b0e background
background-color: #1b1b0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b1b0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 27, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 27, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b1b0e; background: linear-gradient(135deg, #1b1b0e, #121B0E);