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