#0831fd
a balanced, electric blue · warm · closest name: blue
RGB
8, 49, 253
HSL
230°, 98%, 51%
CMYK
97, 81, 0, 1
Luminance
0.0934
Every format
| HEX | #0831fd |
| RGB | rgb(8, 49, 253) |
| HSL | hsl(230, 98%, 51%) |
| CMYK | cmyk(97%, 81%, 0%, 1%) |
| LAB | lab(36.6 65.1 -99.5) |
| LCH | lch(36.6 118.9 303.2) |
| OKLCH | oklch(0.481 0.290 264.6) |
Copy-ready code
/* CSS */
color: #0831fd;
background-color: #0831fd;
/* Tailwind (arbitrary) */
class="text-[#0831fd] bg-[#0831fd]"
/* SCSS */
$brand: #0831fd;
/* SwiftUI */
Color(red: 0.031, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#0831fd")Accessibility — WCAG contrast
Aa
#0831fd on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0831fd on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green19.2%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#0831fd text on a black background
contrast 2.87:1
Card sample
#0831fd text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0831fd;
Background color
Panel with #0831fd background
background-color: #0831fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0831fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0831fd; background: linear-gradient(135deg, #0831fd, #8308FD);