#260607
a deep, vivid red · warm · closest name: black
RGB
38, 6, 7
HSL
358°, 73%, 9%
CMYK
0, 84, 82, 85
Luminance
0.0056
Every format
| HEX | #260607 |
| RGB | rgb(38, 6, 7) |
| HSL | hsl(358, 73%, 9%) |
| CMYK | cmyk(0%, 84%, 82%, 85%) |
| LAB | lab(5.0 15.2 5.0) |
| LCH | lch(5.0 16.0 18.0) |
| OKLCH | oklch(0.184 0.055 22.2) |
Copy-ready code
/* CSS */
color: #260607;
background-color: #260607;
/* Tailwind (arbitrary) */
class="text-[#260607] bg-[#260607]"
/* SCSS */
$brand: #260607;
/* SwiftUI */
Color(red: 0.149, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#260607")Accessibility — WCAG contrast
Aa
#260607 on white: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#260607 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow81.6%
Key (black)85.1%
Color previews
#260607 text on a black background
contrast 1.11:1
Card sample
#260607 text on a white background
contrast 18.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #260607;
Background color
Panel with #260607 background
background-color: #260607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #260607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #260607; background: linear-gradient(135deg, #260607, #261A06);