#351908
a deep, vivid orange · warm · closest name: black
RGB
53, 25, 8
HSL
23°, 74%, 12%
CMYK
0, 53, 85, 79
Luminance
0.0147
Every format
| HEX | #351908 |
| RGB | rgb(53, 25, 8) |
| HSL | hsl(23, 74%, 12%) |
| CMYK | cmyk(0%, 53%, 85%, 79%) |
| LAB | lab(12.4 12.3 15.5) |
| LCH | lch(12.4 19.7 51.6) |
| OKLCH | oklch(0.249 0.052 49.8) |
Copy-ready code
/* CSS */
color: #351908;
background-color: #351908;
/* Tailwind (arbitrary) */
class="text-[#351908] bg-[#351908]"
/* SCSS */
$brand: #351908;
/* SwiftUI */
Color(red: 0.208, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#351908")Accessibility — WCAG contrast
Aa
#351908 on white: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#351908 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow84.9%
Key (black)79.2%
Color previews
#351908 text on a black background
contrast 1.29:1
Card sample
#351908 text on a white background
contrast 16.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #351908;
Background color
Panel with #351908 background
background-color: #351908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #351908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #351908; background: linear-gradient(135deg, #351908, #333508);