#3b3f00
a deep, electric yellow · cool · closest name: olive
RGB
59, 63, 0
HSL
64°, 100%, 12%
CMYK
6, 0, 100, 75
Luminance
0.0448
Every format
| HEX | #3b3f00 |
| RGB | rgb(59, 63, 0) |
| HSL | hsl(64, 100%, 12%) |
| CMYK | cmyk(6%, 0%, 100%, 75%) |
| LAB | lab(25.2 -10.0 33.8) |
| LCH | lch(25.2 35.2 106.5) |
| OKLCH | oklch(0.352 0.079 113.8) |
Copy-ready code
/* CSS */
color: #3b3f00;
background-color: #3b3f00;
/* Tailwind (arbitrary) */
class="text-[#3b3f00] bg-[#3b3f00]"
/* SCSS */
$brand: #3b3f00;
/* SwiftUI */
Color(red: 0.231, green: 0.247, blue: 0.000)
/* Android */
Color.parseColor("#3b3f00")Accessibility — WCAG contrast
Aa
#3b3f00 on white: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b3f00 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green24.7%
Blue0.0%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow100.0%
Key (black)75.3%
Color previews
#3b3f00 text on a black background
contrast 1.90:1
Card sample
#3b3f00 text on a white background
contrast 11.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b3f00;
Background color
Panel with #3b3f00 background
background-color: #3b3f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b3f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 63, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 63, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b3f00; background: linear-gradient(135deg, #3b3f00, #113F00);