#080ccb
a dark, electric blue · warm · closest name: blue
RGB
8, 12, 203
HSL
239°, 92%, 41%
CMYK
96, 94, 0, 20
Luminance
0.0463
Every format
| HEX | #080ccb |
| RGB | rgb(8, 12, 203) |
| HSL | hsl(239, 92%, 41%) |
| CMYK | cmyk(96%, 94%, 0%, 20%) |
| LAB | lab(25.6 64.2 -89.2) |
| LCH | lch(25.6 109.9 305.8) |
| OKLCH | oklch(0.388 0.259 265.0) |
Copy-ready code
/* CSS */
color: #080ccb;
background-color: #080ccb;
/* Tailwind (arbitrary) */
class="text-[#080ccb] bg-[#080ccb]"
/* SCSS */
$brand: #080ccb;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.796)
/* Android */
Color.parseColor("#080ccb")Accessibility — WCAG contrast
Aa
#080ccb on white: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080ccb on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue79.6%
CMYK percentages
Cyan96.1%
Magenta94.1%
Yellow0.0%
Key (black)20.4%
Color previews
#080ccb text on a black background
contrast 1.93:1
Card sample
#080ccb text on a white background
contrast 10.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080ccb;
Background color
Panel with #080ccb background
background-color: #080ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080ccb; background: linear-gradient(135deg, #080ccb, #8608CB);