#280607
a deep, vivid red · warm · closest name: black
RGB
40, 6, 7
HSL
358°, 74%, 9%
CMYK
0, 85, 83, 84
Luminance
0.0060
Every format
| HEX | #280607 |
| RGB | rgb(40, 6, 7) |
| HSL | hsl(358, 74%, 9%) |
| CMYK | cmyk(0%, 85%, 83%, 84%) |
| LAB | lab(5.4 16.6 5.5) |
| LCH | lch(5.4 17.5 18.4) |
| OKLCH | oklch(0.188 0.058 22.6) |
Copy-ready code
/* CSS */
color: #280607;
background-color: #280607;
/* Tailwind (arbitrary) */
class="text-[#280607] bg-[#280607]"
/* SCSS */
$brand: #280607;
/* SwiftUI */
Color(red: 0.157, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#280607")Accessibility — WCAG contrast
Aa
#280607 on white: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#280607 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow82.5%
Key (black)84.3%
Color previews
#280607 text on a black background
contrast 1.12:1
Card sample
#280607 text on a white background
contrast 18.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #280607;
Background color
Panel with #280607 background
background-color: #280607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #280607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #280607; background: linear-gradient(135deg, #280607, #281C06);