#1925f1
a balanced, electric blue · warm · closest name: blue
RGB
25, 37, 241
HSL
237°, 89%, 52%
CMYK
90, 85, 0, 6
Luminance
0.0788
Every format
| HEX | #1925f1 |
| RGB | rgb(25, 37, 241) |
| HSL | hsl(237, 89%, 52%) |
| CMYK | cmyk(90%, 85%, 0%, 6%) |
| LAB | lab(33.7 67.0 -97.6) |
| LCH | lch(33.7 118.4 304.5) |
| OKLCH | oklch(0.458 0.283 266.3) |
Copy-ready code
/* CSS */
color: #1925f1;
background-color: #1925f1;
/* Tailwind (arbitrary) */
class="text-[#1925f1] bg-[#1925f1]"
/* SCSS */
$brand: #1925f1;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.945)
/* Android */
Color.parseColor("#1925f1")Accessibility — WCAG contrast
Aa
#1925f1 on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925f1 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue94.5%
CMYK percentages
Cyan89.6%
Magenta84.6%
Yellow0.0%
Key (black)5.5%
Color previews
#1925f1 text on a black background
contrast 2.58:1
Card sample
#1925f1 text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925f1;
Background color
Panel with #1925f1 background
background-color: #1925f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925f1; background: linear-gradient(135deg, #1925f1, #9D19F1);