#384205
a deep, electric yellow · cool · closest name: olive
RGB
56, 66, 5
HSL
70°, 86%, 14%
CMYK
15, 0, 92, 74
Luminance
0.0475
Every format
| HEX | #384205 |
| RGB | rgb(56, 66, 5) |
| HSL | hsl(70, 86%, 14%) |
| CMYK | cmyk(15%, 0%, 92%, 74%) |
| LAB | lab(26.0 -13.0 32.4) |
| LCH | lch(26.0 34.9 111.9) |
| OKLCH | oklch(0.358 0.080 119.2) |
Copy-ready code
/* CSS */
color: #384205;
background-color: #384205;
/* Tailwind (arbitrary) */
class="text-[#384205] bg-[#384205]"
/* SCSS */
$brand: #384205;
/* SwiftUI */
Color(red: 0.220, green: 0.259, blue: 0.020)
/* Android */
Color.parseColor("#384205")Accessibility — WCAG contrast
Aa
#384205 on white: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384205 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green25.9%
Blue2.0%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow92.4%
Key (black)74.1%
Color previews
#384205 text on a black background
contrast 1.95:1
Card sample
#384205 text on a white background
contrast 10.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384205;
Background color
Panel with #384205 background
background-color: #384205;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384205;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 66, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 66, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384205; background: linear-gradient(135deg, #384205, #0F4205);