#231908
a deep, vivid orange · warm · closest name: black
RGB
35, 25, 8
HSL
38°, 63%, 8%
CMYK
0, 29, 77, 86
Luminance
0.0107
Every format
| HEX | #231908 |
| RGB | rgb(35, 25, 8) |
| HSL | hsl(38, 63%, 8%) |
| CMYK | cmyk(0%, 29%, 77%, 86%) |
| LAB | lab(9.6 2.4 11.1) |
| LCH | lch(9.6 11.3 77.9) |
| OKLCH | oklch(0.221 0.033 79.2) |
Copy-ready code
/* CSS */
color: #231908;
background-color: #231908;
/* Tailwind (arbitrary) */
class="text-[#231908] bg-[#231908]"
/* SCSS */
$brand: #231908;
/* SwiftUI */
Color(red: 0.137, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#231908")Accessibility — WCAG contrast
Aa
#231908 on white: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#231908 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow77.1%
Key (black)86.3%
Color previews
#231908 text on a black background
contrast 1.21:1
Card sample
#231908 text on a white background
contrast 17.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #231908;
Background color
Panel with #231908 background
background-color: #231908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #231908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #231908; background: linear-gradient(135deg, #231908, #1B2308);