#300700
a deep, electric red · warm · closest name: black
RGB
48, 7, 0
HSL
9°, 100%, 9%
CMYK
0, 85, 100, 81
Luminance
0.0078
Every format
| HEX | #300700 |
| RGB | rgb(48, 7, 0) |
| HSL | hsl(9, 100%, 9%) |
| CMYK | cmyk(0%, 85%, 100%, 81%) |
| LAB | lab(7.0 20.1 11.0) |
| LCH | lch(7.0 22.9 28.7) |
| OKLCH | oklch(0.206 0.069 36.7) |
Copy-ready code
/* CSS */
color: #300700;
background-color: #300700;
/* Tailwind (arbitrary) */
class="text-[#300700] bg-[#300700]"
/* SCSS */
$brand: #300700;
/* SwiftUI */
Color(red: 0.188, green: 0.027, blue: 0.000)
/* Android */
Color.parseColor("#300700")Accessibility — WCAG contrast
Aa
#300700 on white: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300700 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green2.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow100.0%
Key (black)81.2%
Color previews
#300700 text on a black background
contrast 1.16:1
Card sample
#300700 text on a white background
contrast 18.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300700;
Background color
Panel with #300700 background
background-color: #300700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 7, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 7, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300700; background: linear-gradient(135deg, #300700, #302700);