#1b0c00
a deep, electric orange · warm · closest name: black
RGB
27, 12, 0
HSL
27°, 100%, 5%
CMYK
0, 56, 100, 89
Luminance
0.0050
Every format
| HEX | #1b0c00 |
| RGB | rgb(27, 12, 0) |
| HSL | hsl(27, 100%, 5%) |
| CMYK | cmyk(0%, 56%, 100%, 89%) |
| LAB | lab(4.5 4.6 6.8) |
| LCH | lch(4.5 8.2 56.0) |
| OKLCH | oklch(0.173 0.038 66.4) |
Copy-ready code
/* CSS */
color: #1b0c00;
background-color: #1b0c00;
/* Tailwind (arbitrary) */
class="text-[#1b0c00] bg-[#1b0c00]"
/* SCSS */
$brand: #1b0c00;
/* SwiftUI */
Color(red: 0.106, green: 0.047, blue: 0.000)
/* Android */
Color.parseColor("#1b0c00")Accessibility — WCAG contrast
Aa
#1b0c00 on white: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0c00 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green4.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow100.0%
Key (black)89.4%
Color previews
#1b0c00 text on a black background
contrast 1.10:1
Card sample
#1b0c00 text on a white background
contrast 19.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0c00;
Background color
Panel with #1b0c00 background
background-color: #1b0c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 12, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 12, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0c00; background: linear-gradient(135deg, #1b0c00, #181B00);