#081cfb
a balanced, electric blue · warm · closest name: blue
RGB
8, 28, 251
HSL
235°, 97%, 51%
CMYK
97, 89, 0, 2
Luminance
0.0785
Every format
| HEX | #081cfb |
| RGB | rgb(8, 28, 251) |
| HSL | hsl(235, 97%, 51%) |
| CMYK | cmyk(97%, 89%, 0%, 2%) |
| LAB | lab(33.7 72.7 -103.3) |
| LCH | lch(33.7 126.3 305.1) |
| OKLCH | oklch(0.460 0.300 264.7) |
Copy-ready code
/* CSS */
color: #081cfb;
background-color: #081cfb;
/* Tailwind (arbitrary) */
class="text-[#081cfb] bg-[#081cfb]"
/* SCSS */
$brand: #081cfb;
/* SwiftUI */
Color(red: 0.031, green: 0.110, blue: 0.984)
/* Android */
Color.parseColor("#081cfb")Accessibility — WCAG contrast
Aa
#081cfb on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081cfb on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green11.0%
Blue98.4%
CMYK percentages
Cyan96.8%
Magenta88.8%
Yellow0.0%
Key (black)1.6%
Color previews
#081cfb text on a black background
contrast 2.57:1
Card sample
#081cfb text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081cfb;
Background color
Panel with #081cfb background
background-color: #081cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 28, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 28, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081cfb; background: linear-gradient(135deg, #081cfb, #9608FB);