#080bcf
a dark, electric blue · warm · closest name: blue
RGB
8, 11, 207
HSL
239°, 93%, 42%
CMYK
96, 95, 0, 19
Luminance
0.0480
Every format
| HEX | #080bcf |
| RGB | rgb(8, 11, 207) |
| HSL | hsl(239, 93%, 42%) |
| CMYK | cmyk(96%, 95%, 0%, 19%) |
| LAB | lab(26.1 65.5 -90.7) |
| LCH | lch(26.1 111.9 305.8) |
| OKLCH | oklch(0.393 0.263 264.9) |
Copy-ready code
/* CSS */
color: #080bcf;
background-color: #080bcf;
/* Tailwind (arbitrary) */
class="text-[#080bcf] bg-[#080bcf]"
/* SCSS */
$brand: #080bcf;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.812)
/* Android */
Color.parseColor("#080bcf")Accessibility — WCAG contrast
Aa
#080bcf on white: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080bcf on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta94.7%
Yellow0.0%
Key (black)18.8%
Color previews
#080bcf text on a black background
contrast 1.96:1
Card sample
#080bcf text on a white background
contrast 10.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080bcf;
Background color
Panel with #080bcf background
background-color: #080bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080bcf; background: linear-gradient(135deg, #080bcf, #8A08CF);