#080bdf
a balanced, electric blue · warm · closest name: blue
RGB
8, 11, 223
HSL
239°, 93%, 45%
CMYK
96, 95, 0, 13
Luminance
0.0562
Every format
| HEX | #080bdf |
| RGB | rgb(8, 11, 223) |
| HSL | hsl(239, 93%, 45%) |
| CMYK | cmyk(96%, 95%, 0%, 13%) |
| LAB | lab(28.4 69.6 -96.2) |
| LCH | lch(28.4 118.7 305.9) |
| OKLCH | oklch(0.414 0.279 264.8) |
Copy-ready code
/* CSS */
color: #080bdf;
background-color: #080bdf;
/* Tailwind (arbitrary) */
class="text-[#080bdf] bg-[#080bdf]"
/* SCSS */
$brand: #080bdf;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#080bdf")Accessibility — WCAG contrast
Aa
#080bdf on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080bdf on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#080bdf text on a black background
contrast 2.12:1
Card sample
#080bdf text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080bdf;
Background color
Panel with #080bdf background
background-color: #080bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080bdf; background: linear-gradient(135deg, #080bdf, #9408DF);