#280c01
a deep, electric orange · warm · closest name: black
RGB
40, 12, 1
HSL
17°, 95%, 8%
CMYK
0, 70, 98, 84
Luminance
0.0072
Every format
| HEX | #280c01 |
| RGB | rgb(40, 12, 1) |
| HSL | hsl(17, 95%, 8%) |
| CMYK | cmyk(0%, 70%, 98%, 84%) |
| LAB | lab(6.5 13.1 9.5) |
| LCH | lch(6.5 16.2 36.0) |
| OKLCH | oklch(0.198 0.053 45.8) |
Copy-ready code
/* CSS */
color: #280c01;
background-color: #280c01;
/* Tailwind (arbitrary) */
class="text-[#280c01] bg-[#280c01]"
/* SCSS */
$brand: #280c01;
/* SwiftUI */
Color(red: 0.157, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#280c01")Accessibility — WCAG contrast
Aa
#280c01 on white: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280c01 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow97.5%
Key (black)84.3%
Color previews
#280c01 text on a black background
contrast 1.14:1
Card sample
#280c01 text on a white background
contrast 18.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280c01;
Background color
Panel with #280c01 background
background-color: #280c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280c01; background: linear-gradient(135deg, #280c01, #282601);