#293003
a deep, electric yellow · cool · closest name: darkslategray
RGB
41, 48, 3
HSL
69°, 88%, 10%
CMYK
15, 0, 94, 81
Luminance
0.0259
Every format
| HEX | #293003 |
| RGB | rgb(41, 48, 3) |
| HSL | hsl(69, 88%, 10%) |
| CMYK | cmyk(15%, 0%, 94%, 81%) |
| LAB | lab(18.3 -10.2 24.7) |
| LCH | lch(18.3 26.7 112.5) |
| OKLCH | oklch(0.292 0.065 118.4) |
Copy-ready code
/* CSS */
color: #293003;
background-color: #293003;
/* Tailwind (arbitrary) */
class="text-[#293003] bg-[#293003]"
/* SCSS */
$brand: #293003;
/* SwiftUI */
Color(red: 0.161, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#293003")Accessibility — WCAG contrast
Aa
#293003 on white: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293003 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green18.8%
Blue1.2%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow93.8%
Key (black)81.2%
Color previews
#293003 text on a black background
contrast 1.52:1
Card sample
#293003 text on a white background
contrast 13.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293003;
Background color
Panel with #293003 background
background-color: #293003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293003; background: linear-gradient(135deg, #293003, #0B3003);