#080628
a deep, vivid blue · warm · closest name: black
RGB
8, 6, 40
HSL
244°, 74%, 9%
CMYK
80, 85, 0, 84
Luminance
0.0034
Every format
| HEX | #080628 |
| RGB | rgb(8, 6, 40) |
| HSL | hsl(244, 74%, 9%) |
| CMYK | cmyk(80%, 85%, 0%, 84%) |
| LAB | lab(3.0 9.4 -20.3) |
| LCH | lch(3.0 22.4 294.8) |
| OKLCH | oklch(0.156 0.068 278.3) |
Copy-ready code
/* CSS */
color: #080628;
background-color: #080628;
/* Tailwind (arbitrary) */
class="text-[#080628] bg-[#080628]"
/* SCSS */
$brand: #080628;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.157)
/* Android */
Color.parseColor("#080628")Accessibility — WCAG contrast
Aa
#080628 on white: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080628 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue15.7%
CMYK percentages
Cyan80.0%
Magenta85.0%
Yellow0.0%
Key (black)84.3%
Color previews
#080628 text on a black background
contrast 1.07:1
Card sample
#080628 text on a white background
contrast 19.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080628;
Background color
Panel with #080628 background
background-color: #080628;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080628;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080628; background: linear-gradient(135deg, #080628, #1F0628);