#190ade
a balanced, electric blue · warm · closest name: blue
RGB
25, 10, 222
HSL
244°, 91%, 46%
CMYK
89, 96, 0, 13
Luminance
0.0570
Every format
| HEX | #190ade |
| RGB | rgb(25, 10, 222) |
| HSL | hsl(244, 91%, 46%) |
| CMYK | cmyk(89%, 96%, 0%, 13%) |
| LAB | lab(28.6 69.7 -95.2) |
| LCH | lch(28.6 118.0 306.2) |
| OKLCH | oklch(0.416 0.276 266.9) |
Copy-ready code
/* CSS */
color: #190ade;
background-color: #190ade;
/* Tailwind (arbitrary) */
class="text-[#190ade] bg-[#190ade]"
/* SCSS */
$brand: #190ade;
/* SwiftUI */
Color(red: 0.098, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#190ade")Accessibility — WCAG contrast
Aa
#190ade on white: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190ade on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.9%
Blue87.1%
CMYK percentages
Cyan88.7%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#190ade text on a black background
contrast 2.14:1
Card sample
#190ade text on a white background
contrast 9.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190ade;
Background color
Panel with #190ade background
background-color: #190ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190ade; background: linear-gradient(135deg, #190ade, #A60ADE);