#292013
a deep, soft orange · warm · closest name: black
RGB
41, 32, 19
HSL
36°, 37%, 12%
CMYK
0, 22, 54, 84
Luminance
0.0155
Every format
| HEX | #292013 |
| RGB | rgb(41, 32, 19) |
| HSL | hsl(36, 37%, 12%) |
| CMYK | cmyk(0%, 22%, 54%, 84%) |
| LAB | lab(12.9 2.0 10.4) |
| LCH | lch(12.9 10.6 78.8) |
| OKLCH | oklch(0.250 0.026 76.2) |
Copy-ready code
/* CSS */
color: #292013;
background-color: #292013;
/* Tailwind (arbitrary) */
class="text-[#292013] bg-[#292013]"
/* SCSS */
$brand: #292013;
/* SwiftUI */
Color(red: 0.161, green: 0.125, blue: 0.075)
/* Android */
Color.parseColor("#292013")Accessibility — WCAG contrast
Aa
#292013 on white: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292013 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green12.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow53.7%
Key (black)83.9%
Color previews
#292013 text on a black background
contrast 1.31:1
Card sample
#292013 text on a white background
contrast 16.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292013;
Background color
Panel with #292013 background
background-color: #292013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 32, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 32, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292013; background: linear-gradient(135deg, #292013, #232913);