#080733
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 7, 51
HSL
241°, 76%, 11%
CMYK
84, 86, 0, 80
Luminance
0.0044
Every format
| HEX | #080733 |
| RGB | rgb(8, 7, 51) |
| HSL | hsl(241, 76%, 11%) |
| CMYK | cmyk(84%, 86%, 0%, 80%) |
| LAB | lab(4.0 14.4 -27.1) |
| LCH | lch(4.0 30.7 298.1) |
| OKLCH | oklch(0.172 0.083 274.4) |
Copy-ready code
/* CSS */
color: #080733;
background-color: #080733;
/* Tailwind (arbitrary) */
class="text-[#080733] bg-[#080733]"
/* SCSS */
$brand: #080733;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.200)
/* Android */
Color.parseColor("#080733")Accessibility — WCAG contrast
Aa
#080733 on white: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080733 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue20.0%
CMYK percentages
Cyan84.3%
Magenta86.3%
Yellow0.0%
Key (black)80.0%
Color previews
#080733 text on a black background
contrast 1.09:1
Card sample
#080733 text on a white background
contrast 19.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080733;
Background color
Panel with #080733 background
background-color: #080733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080733; background: linear-gradient(135deg, #080733, #250733);