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