#080730
a deep, vivid blue · warm · closest name: black
RGB
8, 7, 48
HSL
242°, 75%, 11%
CMYK
83, 85, 0, 81
Luminance
0.0042
Every format
| HEX | #080730 |
| RGB | rgb(8, 7, 48) |
| HSL | hsl(242, 75%, 11%) |
| CMYK | cmyk(83%, 85%, 0%, 81%) |
| LAB | lab(3.8 12.8 -25.2) |
| LCH | lch(3.8 28.3 297.0) |
| OKLCH | oklch(0.168 0.079 275.1) |
Copy-ready code
/* CSS */
color: #080730;
background-color: #080730;
/* Tailwind (arbitrary) */
class="text-[#080730] bg-[#080730]"
/* SCSS */
$brand: #080730;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.188)
/* Android */
Color.parseColor("#080730")Accessibility — WCAG contrast
Aa
#080730 on white: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080730 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue18.8%
CMYK percentages
Cyan83.3%
Magenta85.4%
Yellow0.0%
Key (black)81.2%
Color previews
#080730 text on a black background
contrast 1.08:1
Card sample
#080730 text on a white background
contrast 19.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080730;
Background color
Panel with #080730 background
background-color: #080730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080730; background: linear-gradient(135deg, #080730, #230730);