#081afd
a balanced, electric blue · warm · closest name: blue
RGB
8, 26, 253
HSL
236°, 98%, 51%
CMYK
97, 90, 0, 1
Luminance
0.0788
Every format
| HEX | #081afd |
| RGB | rgb(8, 26, 253) |
| HSL | hsl(236, 98%, 51%) |
| CMYK | cmyk(97%, 90%, 0%, 1%) |
| LAB | lab(33.7 73.8 -104.3) |
| LCH | lch(33.7 127.8 305.3) |
| OKLCH | oklch(0.461 0.303 264.7) |
Copy-ready code
/* CSS */
color: #081afd;
background-color: #081afd;
/* Tailwind (arbitrary) */
class="text-[#081afd] bg-[#081afd]"
/* SCSS */
$brand: #081afd;
/* SwiftUI */
Color(red: 0.031, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#081afd")Accessibility — WCAG contrast
Aa
#081afd on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081afd on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green10.2%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#081afd text on a black background
contrast 2.58:1
Card sample
#081afd text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081afd;
Background color
Panel with #081afd background
background-color: #081afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081afd; background: linear-gradient(135deg, #081afd, #9908FD);