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