#191afd
a balanced, electric blue · warm · closest name: blue
RGB
25, 26, 253
HSL
240°, 98%, 55%
CMYK
90, 90, 0, 1
Luminance
0.0804
Every format
| HEX | #191afd |
| RGB | rgb(25, 26, 253) |
| HSL | hsl(240, 98%, 55%) |
| CMYK | cmyk(90%, 90%, 0%, 1%) |
| LAB | lab(34.1 74.0 -103.8) |
| LCH | lch(34.1 127.5 305.5) |
| OKLCH | oklch(0.464 0.301 266.2) |
Copy-ready code
/* CSS */
color: #191afd;
background-color: #191afd;
/* Tailwind (arbitrary) */
class="text-[#191afd] bg-[#191afd]"
/* SCSS */
$brand: #191afd;
/* SwiftUI */
Color(red: 0.098, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#191afd")Accessibility — WCAG contrast
Aa
#191afd on white: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191afd on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green10.2%
Blue99.2%
CMYK percentages
Cyan90.1%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#191afd text on a black background
contrast 2.61:1
Card sample
#191afd text on a white background
contrast 8.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191afd;
Background color
Panel with #191afd background
background-color: #191afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191afd; background: linear-gradient(135deg, #191afd, #B019FD);