#393d0a
a deep, vivid yellow · cool · closest name: darkslategray
RGB
57, 61, 10
HSL
65°, 72%, 14%
CMYK
7, 0, 84, 76
Luminance
0.0423
Every format
| HEX | #393d0a |
| RGB | rgb(57, 61, 10) |
| HSL | hsl(65, 72%, 14%) |
| CMYK | cmyk(7%, 0%, 84%, 76%) |
| LAB | lab(24.4 -9.3 28.9) |
| LCH | lch(24.4 30.3 107.8) |
| OKLCH | oklch(0.345 0.070 114.0) |
Copy-ready code
/* CSS */
color: #393d0a;
background-color: #393d0a;
/* Tailwind (arbitrary) */
class="text-[#393d0a] bg-[#393d0a]"
/* SCSS */
$brand: #393d0a;
/* SwiftUI */
Color(red: 0.224, green: 0.239, blue: 0.039)
/* Android */
Color.parseColor("#393d0a")Accessibility — WCAG contrast
Aa
#393d0a on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#393d0a on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green23.9%
Blue3.9%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow83.6%
Key (black)76.1%
Color previews
#393d0a text on a black background
contrast 1.85:1
Card sample
#393d0a text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #393d0a;
Background color
Panel with #393d0a background
background-color: #393d0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #393d0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 61, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 61, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #393d0a; background: linear-gradient(135deg, #393d0a, #173D0A);