#080cce
a dark, electric blue · warm · closest name: blue
RGB
8, 12, 206
HSL
239°, 93%, 42%
CMYK
96, 94, 0, 19
Luminance
0.0477
Every format
| HEX | #080cce |
| RGB | rgb(8, 12, 206) |
| HSL | hsl(239, 93%, 42%) |
| CMYK | cmyk(96%, 94%, 0%, 19%) |
| LAB | lab(26.1 65.0 -90.3) |
| LCH | lch(26.1 111.2 305.8) |
| OKLCH | oklch(0.392 0.262 265.0) |
Copy-ready code
/* CSS */
color: #080cce;
background-color: #080cce;
/* Tailwind (arbitrary) */
class="text-[#080cce] bg-[#080cce]"
/* SCSS */
$brand: #080cce;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.808)
/* Android */
Color.parseColor("#080cce")Accessibility — WCAG contrast
Aa
#080cce on white: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080cce on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue80.8%
CMYK percentages
Cyan96.1%
Magenta94.2%
Yellow0.0%
Key (black)19.2%
Color previews
#080cce text on a black background
contrast 1.95:1
Card sample
#080cce text on a white background
contrast 10.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080cce;
Background color
Panel with #080cce background
background-color: #080cce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080cce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080cce; background: linear-gradient(135deg, #080cce, #8808CE);