#3e4100
a deep, electric yellow · cool · closest name: olive
RGB
62, 65, 0
HSL
63°, 100%, 13%
CMYK
5, 0, 100, 75
Luminance
0.0480
Every format
| HEX | #3e4100 |
| RGB | rgb(62, 65, 0) |
| HSL | hsl(63, 100%, 13%) |
| CMYK | cmyk(5%, 0%, 100%, 75%) |
| LAB | lab(26.2 -9.7 34.8) |
| LCH | lch(26.2 36.1 105.5) |
| OKLCH | oklch(0.360 0.080 112.7) |
Copy-ready code
/* CSS */
color: #3e4100;
background-color: #3e4100;
/* Tailwind (arbitrary) */
class="text-[#3e4100] bg-[#3e4100]"
/* SCSS */
$brand: #3e4100;
/* SwiftUI */
Color(red: 0.243, green: 0.255, blue: 0.000)
/* Android */
Color.parseColor("#3e4100")Accessibility — WCAG contrast
Aa
#3e4100 on white: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e4100 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green25.5%
Blue0.0%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow100.0%
Key (black)74.5%
Color previews
#3e4100 text on a black background
contrast 1.96:1
Card sample
#3e4100 text on a white background
contrast 10.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e4100;
Background color
Panel with #3e4100 background
background-color: #3e4100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e4100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 65, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 65, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e4100; background: linear-gradient(135deg, #3e4100, #134100);