#130ade
a balanced, electric blue · warm · closest name: blue
RGB
19, 10, 222
HSL
243°, 91%, 46%
CMYK
91, 96, 0, 13
Luminance
0.0563
Every format
| HEX | #130ade |
| RGB | rgb(19, 10, 222) |
| HSL | hsl(243, 91%, 46%) |
| CMYK | cmyk(91%, 96%, 0%, 13%) |
| LAB | lab(28.4 69.6 -95.5) |
| LCH | lch(28.4 118.2 306.1) |
| OKLCH | oklch(0.415 0.277 266.0) |
Copy-ready code
/* CSS */
color: #130ade;
background-color: #130ade;
/* Tailwind (arbitrary) */
class="text-[#130ade] bg-[#130ade]"
/* SCSS */
$brand: #130ade;
/* SwiftUI */
Color(red: 0.075, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#130ade")Accessibility — WCAG contrast
Aa
#130ade on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#130ade on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green3.9%
Blue87.1%
CMYK percentages
Cyan91.4%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#130ade text on a black background
contrast 2.13:1
Card sample
#130ade text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #130ade;
Background color
Panel with #130ade background
background-color: #130ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #130ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #130ade; background: linear-gradient(135deg, #130ade, #A00ADE);