#332400
a deep, electric yellow · warm · closest name: black
RGB
51, 36, 0
HSL
42°, 100%, 10%
CMYK
0, 29, 100, 80
Luminance
0.0197
Every format
| HEX | #332400 |
| RGB | rgb(51, 36, 0) |
| HSL | hsl(42, 100%, 10%) |
| CMYK | cmyk(0%, 29%, 100%, 80%) |
| LAB | lab(15.3 3.0 22.5) |
| LCH | lch(15.3 22.7 82.4) |
| OKLCH | oklch(0.271 0.056 85.0) |
Copy-ready code
/* CSS */
color: #332400;
background-color: #332400;
/* Tailwind (arbitrary) */
class="text-[#332400] bg-[#332400]"
/* SCSS */
$brand: #332400;
/* SwiftUI */
Color(red: 0.200, green: 0.141, blue: 0.000)
/* Android */
Color.parseColor("#332400")Accessibility — WCAG contrast
Aa
#332400 on white: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332400 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green14.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow100.0%
Key (black)80.0%
Color previews
#332400 text on a black background
contrast 1.39:1
Card sample
#332400 text on a white background
contrast 15.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332400;
Background color
Panel with #332400 background
background-color: #332400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 36, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 36, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332400; background: linear-gradient(135deg, #332400, #203300);