#261c01
a deep, electric yellow · warm · closest name: black
RGB
38, 28, 1
HSL
44°, 95%, 8%
CMYK
0, 26, 97, 85
Luminance
0.0124
Every format
| HEX | #261c01 |
| RGB | rgb(38, 28, 1) |
| HSL | hsl(44, 95%, 8%) |
| CMYK | cmyk(0%, 26%, 97%, 85%) |
| LAB | lab(10.9 1.2 15.8) |
| LCH | lch(10.9 15.9 85.7) |
| OKLCH | oklch(0.232 0.046 89.2) |
Copy-ready code
/* CSS */
color: #261c01;
background-color: #261c01;
/* Tailwind (arbitrary) */
class="text-[#261c01] bg-[#261c01]"
/* SCSS */
$brand: #261c01;
/* SwiftUI */
Color(red: 0.149, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#261c01")Accessibility — WCAG contrast
Aa
#261c01 on white: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261c01 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow97.4%
Key (black)85.1%
Color previews
#261c01 text on a black background
contrast 1.25:1
Card sample
#261c01 text on a white background
contrast 16.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261c01;
Background color
Panel with #261c01 background
background-color: #261c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261c01; background: linear-gradient(135deg, #261c01, #172601);