#300607
a deep, electric red · warm · closest name: black
RGB
48, 6, 7
HSL
359°, 78%, 11%
CMYK
0, 88, 85, 81
Luminance
0.0077
Every format
| HEX | #300607 |
| RGB | rgb(48, 6, 7) |
| HSL | hsl(359, 78%, 11%) |
| CMYK | cmyk(0%, 88%, 85%, 81%) |
| LAB | lab(7.0 21.1 8.0) |
| LCH | lch(7.0 22.6 20.8) |
| OKLCH | oklch(0.206 0.068 24.1) |
Copy-ready code
/* CSS */
color: #300607;
background-color: #300607;
/* Tailwind (arbitrary) */
class="text-[#300607] bg-[#300607]"
/* SCSS */
$brand: #300607;
/* SwiftUI */
Color(red: 0.188, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#300607")Accessibility — WCAG contrast
Aa
#300607 on white: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300607 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow85.4%
Key (black)81.2%
Color previews
#300607 text on a black background
contrast 1.15:1
Card sample
#300607 text on a white background
contrast 18.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300607;
Background color
Panel with #300607 background
background-color: #300607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300607; background: linear-gradient(135deg, #300607, #302106);