#07080a
a deep, soft blue · cool · “black”
RGB
7, 8, 10
HSL
220°, 18%, 3%
CMYK
30, 20, 0, 96
Luminance
0.0024
Every format
| HEX | #07080a |
| RGB | rgb(7, 8, 10) |
| HSL | hsl(220, 18%, 3%) |
| CMYK | cmyk(30%, 20%, 0%, 96%) |
| LAB | lab(2.2 0.0 -0.8) |
| LCH | lch(2.2 0.8 271.3) |
| OKLCH | oklch(0.134 0.005 262.3) |
Copy-ready code
/* CSS */
color: #07080a;
background-color: #07080a;
/* Tailwind (arbitrary) */
class="text-[#07080a] bg-[#07080a]"
/* SCSS */
$brand: #07080a;
/* SwiftUI */
Color(red: 0.027, green: 0.031, blue: 0.039)
/* Android */
Color.parseColor("#07080a")Accessibility — WCAG contrast
Aa
#07080a on white: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07080a on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green3.1%
Blue3.9%
CMYK percentages
Cyan30.0%
Magenta20.0%
Yellow0.0%
Key (black)96.1%
Color previews
#07080a text on a black background
contrast 1.05:1
Card sample
#07080a text on a white background
contrast 20.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07080a;
Background color
Panel with #07080a background
background-color: #07080a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07080a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 8, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 8, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07080a; background: linear-gradient(135deg, #07080a, #08070A);