#434708
a deep, electric yellow · cool · closest name: olive
RGB
67, 71, 8
HSL
64°, 80%, 16%
CMYK
6, 0, 89, 72
Luminance
0.0572
Every format
| HEX | #434708 |
| RGB | rgb(67, 71, 8) |
| HSL | hsl(64, 80%, 16%) |
| CMYK | cmyk(6%, 0%, 89%, 72%) |
| LAB | lab(28.7 -10.3 33.9) |
| LCH | lch(28.7 35.5 106.8) |
| OKLCH | oklch(0.382 0.080 113.4) |
Copy-ready code
/* CSS */
color: #434708;
background-color: #434708;
/* Tailwind (arbitrary) */
class="text-[#434708] bg-[#434708]"
/* SCSS */
$brand: #434708;
/* SwiftUI */
Color(red: 0.263, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#434708")Accessibility — WCAG contrast
Aa
#434708 on white: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#434708 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green27.8%
Blue3.1%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#434708 text on a black background
contrast 2.14:1
Card sample
#434708 text on a white background
contrast 9.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #434708;
Background color
Panel with #434708 background
background-color: #434708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #434708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #434708; background: linear-gradient(135deg, #434708, #194708);