#0819fc
a balanced, electric blue · warm · closest name: blue
RGB
8, 25, 252
HSL
236°, 98%, 51%
CMYK
97, 90, 0, 1
Luminance
0.0778
Every format
| HEX | #0819fc |
| RGB | rgb(8, 25, 252) |
| HSL | hsl(236, 98%, 51%) |
| CMYK | cmyk(97%, 90%, 0%, 1%) |
| LAB | lab(33.5 73.8 -104.2) |
| LCH | lch(33.5 127.7 305.3) |
| OKLCH | oklch(0.459 0.303 264.7) |
Copy-ready code
/* CSS */
color: #0819fc;
background-color: #0819fc;
/* Tailwind (arbitrary) */
class="text-[#0819fc] bg-[#0819fc]"
/* SCSS */
$brand: #0819fc;
/* SwiftUI */
Color(red: 0.031, green: 0.098, blue: 0.988)
/* Android */
Color.parseColor("#0819fc")Accessibility — WCAG contrast
Aa
#0819fc on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0819fc on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.8%
Blue98.8%
CMYK percentages
Cyan96.8%
Magenta90.1%
Yellow0.0%
Key (black)1.2%
Color previews
#0819fc text on a black background
contrast 2.56:1
Card sample
#0819fc text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0819fc;
Background color
Panel with #0819fc background
background-color: #0819fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0819fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 25, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 25, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0819fc; background: linear-gradient(135deg, #0819fc, #9A08FC);