#080075
a deep, electric blue · warm · closest name: navy
RGB
8, 0, 117
HSL
244°, 100%, 23%
CMYK
93, 100, 0, 54
Luminance
0.0134
Every format
| HEX | #080075 |
| RGB | rgb(8, 0, 117) |
| HSL | hsl(244, 100%, 23%) |
| CMYK | cmyk(93%, 100%, 0%, 54%) |
| LAB | lab(11.5 44.6 -60.0) |
| LCH | lch(11.5 74.8 306.6) |
| OKLCH | oklch(0.258 0.174 266.9) |
Copy-ready code
/* CSS */
color: #080075;
background-color: #080075;
/* Tailwind (arbitrary) */
class="text-[#080075] bg-[#080075]"
/* SCSS */
$brand: #080075;
/* SwiftUI */
Color(red: 0.031, green: 0.000, blue: 0.459)
/* Android */
Color.parseColor("#080075")Accessibility — WCAG contrast
Aa
#080075 on white: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080075 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.0%
Blue45.9%
CMYK percentages
Cyan93.2%
Magenta100.0%
Yellow0.0%
Key (black)54.1%
Color previews
#080075 text on a black background
contrast 1.27:1
Card sample
#080075 text on a white background
contrast 16.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080075;
Background color
Panel with #080075 background
background-color: #080075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 0, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 0, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080075; background: linear-gradient(135deg, #080075, #560075);