#0803f1
a balanced, electric blue · warm · closest name: blue
RGB
8, 3, 241
HSL
241°, 98%, 48%
CMYK
97, 99, 0, 6
Luminance
0.0647
Every format
| HEX | #0803f1 |
| RGB | rgb(8, 3, 241) |
| HSL | hsl(241, 98%, 48%) |
| CMYK | cmyk(97%, 99%, 0%, 6%) |
| LAB | lab(30.6 75.4 -102.9) |
| LCH | lch(30.6 127.6 306.2) |
| OKLCH | oklch(0.435 0.298 264.7) |
Copy-ready code
/* CSS */
color: #0803f1;
background-color: #0803f1;
/* Tailwind (arbitrary) */
class="text-[#0803f1] bg-[#0803f1]"
/* SCSS */
$brand: #0803f1;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.945)
/* Android */
Color.parseColor("#0803f1")Accessibility — WCAG contrast
Aa
#0803f1 on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0803f1 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue94.5%
CMYK percentages
Cyan96.7%
Magenta98.8%
Yellow0.0%
Key (black)5.5%
Color previews
#0803f1 text on a black background
contrast 2.29:1
Card sample
#0803f1 text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0803f1;
Background color
Panel with #0803f1 background
background-color: #0803f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0803f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0803f1; background: linear-gradient(135deg, #0803f1, #A703F1);