#260708
a deep, vivid red · warm · closest name: black
RGB
38, 7, 8
HSL
358°, 69%, 9%
CMYK
0, 82, 79, 85
Luminance
0.0058
Every format
| HEX | #260708 |
| RGB | rgb(38, 7, 8) |
| HSL | hsl(358, 69%, 9%) |
| CMYK | cmyk(0%, 82%, 79%, 85%) |
| LAB | lab(5.3 14.9 4.9) |
| LCH | lch(5.3 15.7 18.1) |
| OKLCH | oklch(0.186 0.053 21.7) |
Copy-ready code
/* CSS */
color: #260708;
background-color: #260708;
/* Tailwind (arbitrary) */
class="text-[#260708] bg-[#260708]"
/* SCSS */
$brand: #260708;
/* SwiftUI */
Color(red: 0.149, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#260708")Accessibility — WCAG contrast
Aa
#260708 on white: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260708 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow78.9%
Key (black)85.1%
Color previews
#260708 text on a black background
contrast 1.12:1
Card sample
#260708 text on a white background
contrast 18.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260708;
Background color
Panel with #260708 background
background-color: #260708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260708; background: linear-gradient(135deg, #260708, #261B07);