#240c01
a deep, electric orange · warm · closest name: black
RGB
36, 12, 1
HSL
19°, 95%, 7%
CMYK
0, 67, 97, 86
Luminance
0.0064
Every format
| HEX | #240c01 |
| RGB | rgb(36, 12, 1) |
| HSL | hsl(19, 95%, 7%) |
| CMYK | cmyk(0%, 67%, 97%, 86%) |
| LAB | lab(5.8 10.5 8.4) |
| LCH | lch(5.8 13.5 38.9) |
| OKLCH | oklch(0.190 0.047 49.4) |
Copy-ready code
/* CSS */
color: #240c01;
background-color: #240c01;
/* Tailwind (arbitrary) */
class="text-[#240c01] bg-[#240c01]"
/* SCSS */
$brand: #240c01;
/* SwiftUI */
Color(red: 0.141, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#240c01")Accessibility — WCAG contrast
Aa
#240c01 on white: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240c01 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow97.2%
Key (black)85.9%
Color previews
#240c01 text on a black background
contrast 1.13:1
Card sample
#240c01 text on a white background
contrast 18.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240c01;
Background color
Panel with #240c01 background
background-color: #240c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240c01; background: linear-gradient(135deg, #240c01, #242401);