#42330a
a deep, vivid yellow · warm · closest name: darkslategray
RGB
66, 51, 10
HSL
44°, 74%, 15%
CMYK
0, 23, 85, 74
Luminance
0.0355
Every format
| HEX | #42330a |
| RGB | rgb(66, 51, 10) |
| HSL | hsl(44, 74%, 15%) |
| CMYK | cmyk(0%, 23%, 85%, 74%) |
| LAB | lab(22.1 1.8 26.9) |
| LCH | lch(22.1 26.9 86.1) |
| OKLCH | oklch(0.329 0.059 87.8) |
Copy-ready code
/* CSS */
color: #42330a;
background-color: #42330a;
/* Tailwind (arbitrary) */
class="text-[#42330a] bg-[#42330a]"
/* SCSS */
$brand: #42330a;
/* SwiftUI */
Color(red: 0.259, green: 0.200, blue: 0.039)
/* Android */
Color.parseColor("#42330a")Accessibility — WCAG contrast
Aa
#42330a on white: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#42330a on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green20.0%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow84.8%
Key (black)74.1%
Color previews
#42330a text on a black background
contrast 1.71:1
Card sample
#42330a text on a white background
contrast 12.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42330a;
Background color
Panel with #42330a background
background-color: #42330a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42330a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 51, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 51, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42330a; background: linear-gradient(135deg, #42330a, #2C420A);