#88231b
a dark, vivid red · warm · closest name: maroon
RGB
136, 35, 27
HSL
4°, 67%, 32%
CMYK
0, 74, 80, 47
Luminance
0.0652
Every format
| HEX | #88231b |
| RGB | rgb(136, 35, 27) |
| HSL | hsl(4, 67%, 32%) |
| CMYK | cmyk(0%, 74%, 80%, 47%) |
| LAB | lab(30.7 42.1 30.3) |
| LCH | lch(30.7 51.9 35.8) |
| OKLCH | oklch(0.419 0.138 28.9) |
Copy-ready code
/* CSS */
color: #88231b;
background-color: #88231b;
/* Tailwind (arbitrary) */
class="text-[#88231b] bg-[#88231b]"
/* SCSS */
$brand: #88231b;
/* SwiftUI */
Color(red: 0.533, green: 0.137, blue: 0.106)
/* Android */
Color.parseColor("#88231b")Accessibility — WCAG contrast
Aa
#88231b on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#88231b on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green13.7%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow80.1%
Key (black)46.7%
Color previews
#88231b text on a black background
contrast 2.30:1
Card sample
#88231b text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88231b;
Background color
Panel with #88231b background
background-color: #88231b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88231b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 35, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 35, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88231b; background: linear-gradient(135deg, #88231b, #886C1B);