#241c00
a deep, electric yellow · cool · closest name: black
RGB
36, 28, 0
HSL
47°, 100%, 7%
CMYK
0, 22, 100, 86
Luminance
0.0121
Every format
| HEX | #241c00 |
| RGB | rgb(36, 28, 0) |
| HSL | hsl(47, 100%, 7%) |
| CMYK | cmyk(0%, 22%, 100%, 86%) |
| LAB | lab(10.6 -0.1 15.8) |
| LCH | lch(10.6 15.8 90.4) |
| OKLCH | oklch(0.229 0.047 94.0) |
Copy-ready code
/* CSS */
color: #241c00;
background-color: #241c00;
/* Tailwind (arbitrary) */
class="text-[#241c00] bg-[#241c00]"
/* SCSS */
$brand: #241c00;
/* SwiftUI */
Color(red: 0.141, green: 0.110, blue: 0.000)
/* Android */
Color.parseColor("#241c00")Accessibility — WCAG contrast
Aa
#241c00 on white: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241c00 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green11.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow100.0%
Key (black)85.9%
Color previews
#241c00 text on a black background
contrast 1.24:1
Card sample
#241c00 text on a white background
contrast 16.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241c00;
Background color
Panel with #241c00 background
background-color: #241c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 28, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 28, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241c00; background: linear-gradient(135deg, #241c00, #142400);