#423607
a deep, electric yellow · cool · closest name: darkslategray
RGB
66, 54, 7
HSL
48°, 81%, 14%
CMYK
0, 18, 89, 74
Luminance
0.0381
Every format
| HEX | #423607 |
| RGB | rgb(66, 54, 7) |
| HSL | hsl(48, 81%, 14%) |
| CMYK | cmyk(0%, 18%, 89%, 74%) |
| LAB | lab(23.0 -0.3 29.0) |
| LCH | lch(23.0 29.0 90.6) |
| OKLCH | oklch(0.337 0.064 93.7) |
Copy-ready code
/* CSS */
color: #423607;
background-color: #423607;
/* Tailwind (arbitrary) */
class="text-[#423607] bg-[#423607]"
/* SCSS */
$brand: #423607;
/* SwiftUI */
Color(red: 0.259, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#423607")Accessibility — WCAG contrast
Aa
#423607 on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#423607 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green21.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow89.4%
Key (black)74.1%
Color previews
#423607 text on a black background
contrast 1.76:1
Card sample
#423607 text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #423607;
Background color
Panel with #423607 background
background-color: #423607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #423607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #423607; background: linear-gradient(135deg, #423607, #274207);