#180700
a deep, electric orange · warm · closest name: black
RGB
24, 7, 0
HSL
18°, 100%, 5%
CMYK
0, 71, 100, 91
Luminance
0.0035
Every format
| HEX | #180700 |
| RGB | rgb(24, 7, 0) |
| HSL | hsl(18, 100%, 5%) |
| CMYK | cmyk(0%, 71%, 100%, 91%) |
| LAB | lab(3.1 5.1 4.8) |
| LCH | lch(3.1 7.0 43.3) |
| OKLCH | oklch(0.154 0.038 54.9) |
Copy-ready code
/* CSS */
color: #180700;
background-color: #180700;
/* Tailwind (arbitrary) */
class="text-[#180700] bg-[#180700]"
/* SCSS */
$brand: #180700;
/* SwiftUI */
Color(red: 0.094, green: 0.027, blue: 0.000)
/* Android */
Color.parseColor("#180700")Accessibility — WCAG contrast
Aa
#180700 on white: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180700 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green2.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow100.0%
Key (black)90.6%
Color previews
#180700 text on a black background
contrast 1.07:1
Card sample
#180700 text on a white background
contrast 19.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180700;
Background color
Panel with #180700 background
background-color: #180700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 7, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 7, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180700; background: linear-gradient(135deg, #180700, #181700);