#080705
a deep, soft yellow · warm · “black”
RGB
8, 7, 5
HSL
40°, 23%, 3%
CMYK
0, 13, 38, 97
Luminance
0.0021
Every format
| HEX | #080705 |
| RGB | rgb(8, 7, 5) |
| HSL | hsl(40, 23%, 3%) |
| CMYK | cmyk(0%, 13%, 38%, 97%) |
| LAB | lab(1.9 -0.0 0.8) |
| LCH | lch(1.9 0.8 91.3) |
| OKLCH | oklch(0.129 0.006 87.2) |
Copy-ready code
/* CSS */
color: #080705;
background-color: #080705;
/* Tailwind (arbitrary) */
class="text-[#080705] bg-[#080705]"
/* SCSS */
$brand: #080705;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.020)
/* Android */
Color.parseColor("#080705")Accessibility — WCAG contrast
Aa
#080705 on white: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080705 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow37.5%
Key (black)96.9%
Color previews
#080705 text on a black background
contrast 1.04:1
Card sample
#080705 text on a white background
contrast 20.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080705;
Background color
Panel with #080705 background
background-color: #080705;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080705;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080705; background: linear-gradient(135deg, #080705, #070805);