#080754
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 7, 84
HSL
241°, 85%, 18%
CMYK
91, 92, 0, 67
Luminance
0.0084
Every format
| HEX | #080754 |
| RGB | rgb(8, 7, 84) |
| HSL | hsl(241, 85%, 18%) |
| CMYK | cmyk(91%, 92%, 0%, 67%) |
| LAB | lab(7.6 30.9 -44.6) |
| LCH | lch(7.6 54.2 304.7) |
| OKLCH | oklch(0.217 0.129 269.2) |
Copy-ready code
/* CSS */
color: #080754;
background-color: #080754;
/* Tailwind (arbitrary) */
class="text-[#080754] bg-[#080754]"
/* SCSS */
$brand: #080754;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.329)
/* Android */
Color.parseColor("#080754")Accessibility — WCAG contrast
Aa
#080754 on white: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080754 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue32.9%
CMYK percentages
Cyan90.5%
Magenta91.7%
Yellow0.0%
Key (black)67.1%
Color previews
#080754 text on a black background
contrast 1.17:1
Card sample
#080754 text on a white background
contrast 17.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080754;
Background color
Panel with #080754 background
background-color: #080754;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080754;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080754; background: linear-gradient(135deg, #080754, #3B0754);