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