#1b140e
a deep, soft orange · warm · closest name: black
RGB
27, 20, 14
HSL
28°, 32%, 8%
CMYK
0, 26, 48, 89
Luminance
0.0077
Every format
| HEX | #1b140e |
| RGB | rgb(27, 20, 14) |
| HSL | hsl(28, 32%, 8%) |
| CMYK | cmyk(0%, 26%, 48%, 89%) |
| LAB | lab(6.9 2.2 4.5) |
| LCH | lch(6.9 5.0 63.5) |
| OKLCH | oklch(0.198 0.016 62.3) |
Copy-ready code
/* CSS */
color: #1b140e;
background-color: #1b140e;
/* Tailwind (arbitrary) */
class="text-[#1b140e] bg-[#1b140e]"
/* SCSS */
$brand: #1b140e;
/* SwiftUI */
Color(red: 0.106, green: 0.078, blue: 0.055)
/* Android */
Color.parseColor("#1b140e")Accessibility — WCAG contrast
Aa
#1b140e on white: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b140e on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green7.8%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow48.1%
Key (black)89.4%
Color previews
#1b140e text on a black background
contrast 1.15:1
Card sample
#1b140e text on a white background
contrast 18.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b140e;
Background color
Panel with #1b140e background
background-color: #1b140e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b140e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 20, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 20, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b140e; background: linear-gradient(135deg, #1b140e, #191B0E);