#280c06
a deep, vivid red · warm · closest name: black
RGB
40, 12, 6
HSL
11°, 74%, 9%
CMYK
0, 70, 85, 84
Luminance
0.0073
Every format
| HEX | #280c06 |
| RGB | rgb(40, 12, 6) |
| HSL | hsl(11, 74%, 9%) |
| CMYK | cmyk(0%, 70%, 85%, 84%) |
| LAB | lab(6.6 13.7 7.6) |
| LCH | lch(6.6 15.7 29.1) |
| OKLCH | oklch(0.199 0.049 34.6) |
Copy-ready code
/* CSS */
color: #280c06;
background-color: #280c06;
/* Tailwind (arbitrary) */
class="text-[#280c06] bg-[#280c06]"
/* SCSS */
$brand: #280c06;
/* SwiftUI */
Color(red: 0.157, green: 0.047, blue: 0.024)
/* Android */
Color.parseColor("#280c06")Accessibility — WCAG contrast
Aa
#280c06 on white: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280c06 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green4.7%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow85.0%
Key (black)84.3%
Color previews
#280c06 text on a black background
contrast 1.15:1
Card sample
#280c06 text on a white background
contrast 18.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280c06;
Background color
Panel with #280c06 background
background-color: #280c06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280c06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 12, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 12, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280c06; background: linear-gradient(135deg, #280c06, #282306);