#080682
a dark, electric blue · warm · “navy”
RGB
8, 6, 130
HSL
241°, 91%, 27%
CMYK
94, 95, 0, 49
Luminance
0.0179
Every format
| HEX | #080682 |
| RGB | rgb(8, 6, 130) |
| HSL | hsl(241, 91%, 27%) |
| CMYK | cmyk(94%, 95%, 0%, 49%) |
| LAB | lab(14.4 45.8 -63.6) |
| LCH | lch(14.4 78.4 305.7) |
| OKLCH | oklch(0.282 0.184 266.4) |
Copy-ready code
/* CSS */
color: #080682;
background-color: #080682;
/* Tailwind (arbitrary) */
class="text-[#080682] bg-[#080682]"
/* SCSS */
$brand: #080682;
/* SwiftUI */
Color(red: 0.031, green: 0.024, blue: 0.510)
/* Android */
Color.parseColor("#080682")Accessibility — WCAG contrast
Aa
#080682 on white: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080682 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.4%
Blue51.0%
CMYK percentages
Cyan93.8%
Magenta95.4%
Yellow0.0%
Key (black)49.0%
Color previews
#080682 text on a black background
contrast 1.36:1
Card sample
#080682 text on a white background
contrast 15.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080682;
Background color
Panel with #080682 background
background-color: #080682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 6, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 6, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080682; background: linear-gradient(135deg, #080682, #5B0682);