#434310
a deep, vivid yellow · cool · closest name: darkslategray
RGB
67, 67, 16
HSL
60°, 61%, 16%
CMYK
0, 0, 76, 74
Luminance
0.0525
Every format
| HEX | #434310 |
| RGB | rgb(67, 67, 16) |
| HSL | hsl(60, 61%, 16%) |
| CMYK | cmyk(0%, 0%, 76%, 74%) |
| LAB | lab(27.4 -7.4 29.5) |
| LCH | lch(27.4 30.4 104.1) |
| OKLCH | oklch(0.372 0.070 109.4) |
Copy-ready code
/* CSS */
color: #434310;
background-color: #434310;
/* Tailwind (arbitrary) */
class="text-[#434310] bg-[#434310]"
/* SCSS */
$brand: #434310;
/* SwiftUI */
Color(red: 0.263, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#434310")Accessibility — WCAG contrast
Aa
#434310 on white: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#434310 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green26.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow76.1%
Key (black)73.7%
Color previews
#434310 text on a black background
contrast 2.05:1
Card sample
#434310 text on a white background
contrast 10.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #434310;
Background color
Panel with #434310 background
background-color: #434310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #434310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #434310; background: linear-gradient(135deg, #434310, #214310);