#080643
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 6, 67
HSL
242°, 84%, 14%
CMYK
88, 91, 0, 74
Luminance
0.0059
Every format
| HEX | #080643 |
| RGB | rgb(8, 6, 67) |
| HSL | hsl(242, 84%, 14%) |
| CMYK | cmyk(88%, 91%, 0%, 74%) |
| LAB | lab(5.3 23.9 -36.6) |
| LCH | lch(5.3 43.7 303.2) |
| OKLCH | oklch(0.192 0.108 271.5) |
Copy-ready code
/* CSS */
color: #080643;
background-color: #080643;
/* Tailwind (arbitrary) */
class="text-[#080643] bg-[#080643]"
/* SCSS */
$brand: #080643;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.263)
/* Android */
Color.parseColor("#080643")Accessibility — WCAG contrast
Aa
#080643 on white: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080643 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue26.3%
CMYK percentages
Cyan88.1%
Magenta91.0%
Yellow0.0%
Key (black)73.7%
Color previews
#080643 text on a black background
contrast 1.12:1
Card sample
#080643 text on a white background
contrast 18.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080643;
Background color
Panel with #080643 background
background-color: #080643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080643; background: linear-gradient(135deg, #080643, #310643);