#080320
a deep, electric blue · warm · closest name: black
RGB
8, 3, 32
HSL
250°, 83%, 7%
CMYK
75, 91, 0, 88
Luminance
0.0022
Every format
| HEX | #080320 |
| RGB | rgb(8, 3, 32) |
| HSL | hsl(250, 83%, 7%) |
| CMYK | cmyk(75%, 91%, 0%, 88%) |
| LAB | lab(2.0 7.5 -15.7) |
| LCH | lch(2.0 17.4 295.6) |
| OKLCH | oklch(0.137 0.062 285.6) |
Copy-ready code
/* CSS */
color: #080320;
background-color: #080320;
/* Tailwind (arbitrary) */
class="text-[#080320] bg-[#080320]"
/* SCSS */
$brand: #080320;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.125)
/* Android */
Color.parseColor("#080320")Accessibility — WCAG contrast
Aa
#080320 on white: 20.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080320 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue12.5%
CMYK percentages
Cyan75.0%
Magenta90.6%
Yellow0.0%
Key (black)87.5%
Color previews
#080320 text on a black background
contrast 1.04:1
Card sample
#080320 text on a white background
contrast 20.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080320;
Background color
Panel with #080320 background
background-color: #080320;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080320;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080320; background: linear-gradient(135deg, #080320, #1B0320);