#231f1a
a deep, muted orange · warm · closest name: black
RGB
35, 31, 26
HSL
33°, 15%, 12%
CMYK
0, 11, 26, 86
Luminance
0.0141
Every format
| HEX | #231f1a |
| RGB | rgb(35, 31, 26) |
| HSL | hsl(33, 15%, 12%) |
| CMYK | cmyk(0%, 11%, 26%, 86%) |
| LAB | lab(12.0 0.8 4.1) |
| LCH | lch(12.0 4.2 78.7) |
| OKLCH | oklch(0.242 0.011 73.4) |
Copy-ready code
/* CSS */
color: #231f1a;
background-color: #231f1a;
/* Tailwind (arbitrary) */
class="text-[#231f1a] bg-[#231f1a]"
/* SCSS */
$brand: #231f1a;
/* SwiftUI */
Color(red: 0.137, green: 0.122, blue: 0.102)
/* Android */
Color.parseColor("#231f1a")Accessibility — WCAG contrast
Aa
#231f1a on white: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#231f1a on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green12.2%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow25.7%
Key (black)86.3%
Color previews
#231f1a text on a black background
contrast 1.28:1
Card sample
#231f1a text on a white background
contrast 16.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #231f1a;
Background color
Panel with #231f1a background
background-color: #231f1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #231f1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 31, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 31, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #231f1a; background: linear-gradient(135deg, #231f1a, #21231A);