#230708
a deep, vivid red · warm · closest name: black
RGB
35, 7, 8
HSL
358°, 67%, 8%
CMYK
0, 80, 77, 86
Luminance
0.0053
Every format
| HEX | #230708 |
| RGB | rgb(35, 7, 8) |
| HSL | hsl(358, 67%, 8%) |
| CMYK | cmyk(0%, 80%, 77%, 86%) |
| LAB | lab(4.8 12.8 4.1) |
| LCH | lch(4.8 13.4 17.7) |
| OKLCH | oklch(0.180 0.049 21.0) |
Copy-ready code
/* CSS */
color: #230708;
background-color: #230708;
/* Tailwind (arbitrary) */
class="text-[#230708] bg-[#230708]"
/* SCSS */
$brand: #230708;
/* SwiftUI */
Color(red: 0.137, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#230708")Accessibility — WCAG contrast
Aa
#230708 on white: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#230708 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow77.1%
Key (black)86.3%
Color previews
#230708 text on a black background
contrast 1.11:1
Card sample
#230708 text on a white background
contrast 19.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #230708;
Background color
Panel with #230708 background
background-color: #230708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #230708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #230708; background: linear-gradient(135deg, #230708, #231907);