#080cd6
a dark, electric blue · warm · closest name: blue
RGB
8, 12, 214
HSL
239°, 93%, 44%
CMYK
96, 94, 0, 16
Luminance
0.0517
Every format
| HEX | #080cd6 |
| RGB | rgb(8, 12, 214) |
| HSL | hsl(239, 93%, 44%) |
| CMYK | cmyk(96%, 94%, 0%, 16%) |
| LAB | lab(27.2 67.1 -93.0) |
| LCH | lch(27.2 114.7 305.8) |
| OKLCH | oklch(0.403 0.270 264.9) |
Copy-ready code
/* CSS */
color: #080cd6;
background-color: #080cd6;
/* Tailwind (arbitrary) */
class="text-[#080cd6] bg-[#080cd6]"
/* SCSS */
$brand: #080cd6;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.839)
/* Android */
Color.parseColor("#080cd6")Accessibility — WCAG contrast
Aa
#080cd6 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080cd6 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue83.9%
CMYK percentages
Cyan96.3%
Magenta94.4%
Yellow0.0%
Key (black)16.1%
Color previews
#080cd6 text on a black background
contrast 2.03:1
Card sample
#080cd6 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080cd6;
Background color
Panel with #080cd6 background
background-color: #080cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080cd6; background: linear-gradient(135deg, #080cd6, #8D08D6);