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