#293100
a deep, electric yellow · cool · closest name: darkslategray
RGB
41, 49, 0
HSL
70°, 100%, 10%
CMYK
16, 0, 100, 81
Luminance
0.0267
Every format
| HEX | #293100 |
| RGB | rgb(41, 49, 0) |
| HSL | hsl(70, 100%, 10%) |
| CMYK | cmyk(16%, 0%, 100%, 81%) |
| LAB | lab(18.7 -11.1 26.3) |
| LCH | lch(18.7 28.6 112.8) |
| OKLCH | oklch(0.295 0.069 119.1) |
Copy-ready code
/* CSS */
color: #293100;
background-color: #293100;
/* Tailwind (arbitrary) */
class="text-[#293100] bg-[#293100]"
/* SCSS */
$brand: #293100;
/* SwiftUI */
Color(red: 0.161, green: 0.192, blue: 0.000)
/* Android */
Color.parseColor("#293100")Accessibility — WCAG contrast
Aa
#293100 on white: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293100 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green19.2%
Blue0.0%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow100.0%
Key (black)80.8%
Color previews
#293100 text on a black background
contrast 1.53:1
Card sample
#293100 text on a white background
contrast 13.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293100;
Background color
Panel with #293100 background
background-color: #293100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 49, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 49, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293100; background: linear-gradient(135deg, #293100, #083100);