#080fc3
a dark, electric blue · warm · closest name: navy
RGB
8, 15, 195
HSL
238°, 92%, 40%
CMYK
96, 92, 0, 24
Luminance
0.0433
Every format
| HEX | #080fc3 |
| RGB | rgb(8, 15, 195) |
| HSL | hsl(238, 92%, 40%) |
| CMYK | cmyk(96%, 92%, 0%, 24%) |
| LAB | lab(24.7 61.4 -86.0) |
| LCH | lch(24.7 105.7 305.5) |
| OKLCH | oklch(0.378 0.250 265.1) |
Copy-ready code
/* CSS */
color: #080fc3;
background-color: #080fc3;
/* Tailwind (arbitrary) */
class="text-[#080fc3] bg-[#080fc3]"
/* SCSS */
$brand: #080fc3;
/* SwiftUI */
Color(red: 0.031, green: 0.059, blue: 0.765)
/* Android */
Color.parseColor("#080fc3")Accessibility — WCAG contrast
Aa
#080fc3 on white: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080fc3 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.9%
Blue76.5%
CMYK percentages
Cyan95.9%
Magenta92.3%
Yellow0.0%
Key (black)23.5%
Color previews
#080fc3 text on a black background
contrast 1.87:1
Card sample
#080fc3 text on a white background
contrast 11.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080fc3;
Background color
Panel with #080fc3 background
background-color: #080fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 15, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 15, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080fc3; background: linear-gradient(135deg, #080fc3, #7E08C3);