#080960
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 9, 96
HSL
239°, 85%, 20%
CMYK
92, 91, 0, 62
Luminance
0.0109
Every format
| HEX | #080960 |
| RGB | rgb(8, 9, 96) |
| HSL | hsl(239, 85%, 20%) |
| CMYK | cmyk(92%, 91%, 0%, 62%) |
| LAB | lab(9.7 33.9 -49.2) |
| LCH | lch(9.7 59.8 304.5) |
| OKLCH | oklch(0.237 0.143 268.0) |
Copy-ready code
/* CSS */
color: #080960;
background-color: #080960;
/* Tailwind (arbitrary) */
class="text-[#080960] bg-[#080960]"
/* SCSS */
$brand: #080960;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.376)
/* Android */
Color.parseColor("#080960")Accessibility — WCAG contrast
Aa
#080960 on white: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080960 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue37.6%
CMYK percentages
Cyan91.7%
Magenta90.6%
Yellow0.0%
Key (black)62.4%
Color previews
#080960 text on a black background
contrast 1.22:1
Card sample
#080960 text on a white background
contrast 17.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080960;
Background color
Panel with #080960 background
background-color: #080960;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080960;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080960; background: linear-gradient(135deg, #080960, #420860);