#080640
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 6, 64
HSL
242°, 83%, 14%
CMYK
88, 91, 0, 75
Luminance
0.0055
Every format
| HEX | #080640 |
| RGB | rgb(8, 6, 64) |
| HSL | hsl(242, 83%, 14%) |
| CMYK | cmyk(88%, 91%, 0%, 75%) |
| LAB | lab(5.0 22.3 -35.0) |
| LCH | lch(5.0 41.5 302.6) |
| OKLCH | oklch(0.187 0.104 272.0) |
Copy-ready code
/* CSS */
color: #080640;
background-color: #080640;
/* Tailwind (arbitrary) */
class="text-[#080640] bg-[#080640]"
/* SCSS */
$brand: #080640;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.251)
/* Android */
Color.parseColor("#080640")Accessibility — WCAG contrast
Aa
#080640 on white: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080640 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue25.1%
CMYK percentages
Cyan87.5%
Magenta90.6%
Yellow0.0%
Key (black)74.9%
Color previews
#080640 text on a black background
contrast 1.11:1
Card sample
#080640 text on a white background
contrast 18.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080640;
Background color
Panel with #080640 background
background-color: #080640;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080640;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080640; background: linear-gradient(135deg, #080640, #2F0640);