#3f3208
a deep, electric yellow · cool · closest name: black
RGB
63, 50, 8
HSL
46°, 78%, 14%
CMYK
0, 21, 87, 75
Luminance
0.0336
Every format
| HEX | #3f3208 |
| RGB | rgb(63, 50, 8) |
| HSL | hsl(46, 78%, 14%) |
| CMYK | cmyk(0%, 21%, 87%, 75%) |
| LAB | lab(21.4 0.8 26.8) |
| LCH | lch(21.4 26.8 88.4) |
| OKLCH | oklch(0.323 0.059 90.8) |
Copy-ready code
/* CSS */
color: #3f3208;
background-color: #3f3208;
/* Tailwind (arbitrary) */
class="text-[#3f3208] bg-[#3f3208]"
/* SCSS */
$brand: #3f3208;
/* SwiftUI */
Color(red: 0.247, green: 0.196, blue: 0.031)
/* Android */
Color.parseColor("#3f3208")Accessibility — WCAG contrast
Aa
#3f3208 on white: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f3208 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green19.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow87.3%
Key (black)75.3%
Color previews
#3f3208 text on a black background
contrast 1.67:1
Card sample
#3f3208 text on a white background
contrast 12.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f3208;
Background color
Panel with #3f3208 background
background-color: #3f3208;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f3208;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 50, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 50, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f3208; background: linear-gradient(135deg, #3f3208, #273F08);