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