#383800
a deep, electric yellow · cool · closest name: darkslategray
RGB
56, 56, 0
HSL
60°, 100%, 11%
CMYK
0, 0, 100, 78
Luminance
0.0367
Every format
| HEX | #383800 |
| RGB | rgb(56, 56, 0) |
| HSL | hsl(60, 100%, 11%) |
| CMYK | cmyk(0%, 0%, 100%, 78%) |
| LAB | lab(22.6 -7.3 31.0) |
| LCH | lch(22.6 31.9 103.3) |
| OKLCH | oklch(0.330 0.072 109.8) |
Copy-ready code
/* CSS */
color: #383800;
background-color: #383800;
/* Tailwind (arbitrary) */
class="text-[#383800] bg-[#383800]"
/* SCSS */
$brand: #383800;
/* SwiftUI */
Color(red: 0.220, green: 0.220, blue: 0.000)
/* Android */
Color.parseColor("#383800")Accessibility — WCAG contrast
Aa
#383800 on white: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#383800 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green22.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)78.0%
Color previews
#383800 text on a black background
contrast 1.73:1
Card sample
#383800 text on a white background
contrast 12.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #383800;
Background color
Panel with #383800 background
background-color: #383800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #383800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 56, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 56, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #383800; background: linear-gradient(135deg, #383800, #133800);