#3f360b
a deep, vivid yellow · cool · closest name: darkslategray
RGB
63, 54, 11
HSL
50°, 70%, 15%
CMYK
0, 14, 83, 75
Luminance
0.0372
Every format
| HEX | #3f360b |
| RGB | rgb(63, 54, 11) |
| HSL | hsl(50, 70%, 15%) |
| CMYK | cmyk(0%, 14%, 83%, 75%) |
| LAB | lab(22.7 -1.7 27.0) |
| LCH | lch(22.7 27.0 93.6) |
| OKLCH | oklch(0.333 0.060 97.0) |
Copy-ready code
/* CSS */
color: #3f360b;
background-color: #3f360b;
/* Tailwind (arbitrary) */
class="text-[#3f360b] bg-[#3f360b]"
/* SCSS */
$brand: #3f360b;
/* SwiftUI */
Color(red: 0.247, green: 0.212, blue: 0.043)
/* Android */
Color.parseColor("#3f360b")Accessibility — WCAG contrast
Aa
#3f360b on white: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f360b on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green21.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow82.5%
Key (black)75.3%
Color previews
#3f360b text on a black background
contrast 1.74:1
Card sample
#3f360b text on a white background
contrast 12.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f360b;
Background color
Panel with #3f360b background
background-color: #3f360b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f360b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 54, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 54, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f360b; background: linear-gradient(135deg, #3f360b, #253F0B);