#352c08
a deep, vivid yellow · cool · closest name: black
RGB
53, 44, 8
HSL
48°, 74%, 12%
CMYK
0, 17, 85, 79
Luminance
0.0258
Every format
| HEX | #352c08 |
| RGB | rgb(53, 44, 8) |
| HSL | hsl(48, 74%, 12%) |
| CMYK | cmyk(0%, 17%, 85%, 79%) |
| LAB | lab(18.3 -0.7 22.9) |
| LCH | lch(18.3 22.9 91.8) |
| OKLCH | oklch(0.295 0.053 94.7) |
Copy-ready code
/* CSS */
color: #352c08;
background-color: #352c08;
/* Tailwind (arbitrary) */
class="text-[#352c08] bg-[#352c08]"
/* SCSS */
$brand: #352c08;
/* SwiftUI */
Color(red: 0.208, green: 0.173, blue: 0.031)
/* Android */
Color.parseColor("#352c08")Accessibility — WCAG contrast
Aa
#352c08 on white: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352c08 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green17.3%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow84.9%
Key (black)79.2%
Color previews
#352c08 text on a black background
contrast 1.52:1
Card sample
#352c08 text on a white background
contrast 13.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352c08;
Background color
Panel with #352c08 background
background-color: #352c08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352c08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 44, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 44, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352c08; background: linear-gradient(135deg, #352c08, #203508);