#1a1a05
a deep, vivid yellow · cool · closest name: black
RGB
26, 26, 5
HSL
60°, 68%, 6%
CMYK
0, 0, 81, 90
Luminance
0.0097
Every format
| HEX | #1a1a05 |
| RGB | rgb(26, 26, 5) |
| HSL | hsl(60, 68%, 6%) |
| CMYK | cmyk(0%, 0%, 81%, 90%) |
| LAB | lab(8.7 -3.9 10.9) |
| LCH | lch(8.7 11.6 109.8) |
| OKLCH | oklch(0.212 0.036 109.1) |
Copy-ready code
/* CSS */
color: #1a1a05;
background-color: #1a1a05;
/* Tailwind (arbitrary) */
class="text-[#1a1a05] bg-[#1a1a05]"
/* SCSS */
$brand: #1a1a05;
/* SwiftUI */
Color(red: 0.102, green: 0.102, blue: 0.020)
/* Android */
Color.parseColor("#1a1a05")Accessibility — WCAG contrast
Aa
#1a1a05 on white: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a1a05 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green10.2%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow80.8%
Key (black)89.8%
Color previews
#1a1a05 text on a black background
contrast 1.19:1
Card sample
#1a1a05 text on a white background
contrast 17.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a1a05;
Background color
Panel with #1a1a05 background
background-color: #1a1a05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a1a05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 26, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 26, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a1a05; background: linear-gradient(135deg, #1a1a05, #0C1A05);