#080bfc
a balanced, electric blue · warm · closest name: blue
RGB
8, 11, 252
HSL
239°, 98%, 51%
CMYK
97, 96, 0, 1
Luminance
0.0732
Every format
| HEX | #080bfc |
| RGB | rgb(8, 11, 252) |
| HSL | hsl(239, 98%, 51%) |
| CMYK | cmyk(97%, 96%, 0%, 1%) |
| LAB | lab(32.5 76.8 -105.8) |
| LCH | lch(32.5 130.8 306.0) |
| OKLCH | oklch(0.453 0.307 264.6) |
Copy-ready code
/* CSS */
color: #080bfc;
background-color: #080bfc;
/* Tailwind (arbitrary) */
class="text-[#080bfc] bg-[#080bfc]"
/* SCSS */
$brand: #080bfc;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.988)
/* Android */
Color.parseColor("#080bfc")Accessibility — WCAG contrast
Aa
#080bfc on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080bfc on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta95.6%
Yellow0.0%
Key (black)1.2%
Color previews
#080bfc text on a black background
contrast 2.46:1
Card sample
#080bfc text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080bfc;
Background color
Panel with #080bfc background
background-color: #080bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080bfc; background: linear-gradient(135deg, #080bfc, #A808FC);