#0519cf
a dark, electric blue · warm · closest name: blue
RGB
5, 25, 207
HSL
234°, 95%, 42%
CMYK
98, 88, 0, 19
Luminance
0.0523
Every format
| HEX | #0519cf |
| RGB | rgb(5, 25, 207) |
| HSL | hsl(234, 95%, 42%) |
| CMYK | cmyk(98%, 88%, 0%, 19%) |
| LAB | lab(27.4 61.5 -88.6) |
| LCH | lch(27.4 107.9 304.8) |
| OKLCH | oklch(0.401 0.258 264.7) |
Copy-ready code
/* CSS */
color: #0519cf;
background-color: #0519cf;
/* Tailwind (arbitrary) */
class="text-[#0519cf] bg-[#0519cf]"
/* SCSS */
$brand: #0519cf;
/* SwiftUI */
Color(red: 0.020, green: 0.098, blue: 0.812)
/* Android */
Color.parseColor("#0519cf")Accessibility — WCAG contrast
Aa
#0519cf on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0519cf on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green9.8%
Blue81.2%
CMYK percentages
Cyan97.6%
Magenta87.9%
Yellow0.0%
Key (black)18.8%
Color previews
#0519cf text on a black background
contrast 2.05:1
Card sample
#0519cf text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0519cf;
Background color
Panel with #0519cf background
background-color: #0519cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0519cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 25, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 25, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0519cf; background: linear-gradient(135deg, #0519cf, #7805CF);