#1925eb
a balanced, electric blue · warm · closest name: blue
RGB
25, 37, 235
HSL
237°, 84%, 51%
CMYK
89, 84, 0, 8
Luminance
0.0753
Every format
| HEX | #1925eb |
| RGB | rgb(25, 37, 235) |
| HSL | hsl(237, 84%, 51%) |
| CMYK | cmyk(89%, 84%, 0%, 8%) |
| LAB | lab(33.0 65.3 -95.4) |
| LCH | lch(33.0 115.6 304.4) |
| OKLCH | oklch(0.451 0.277 266.4) |
Copy-ready code
/* CSS */
color: #1925eb;
background-color: #1925eb;
/* Tailwind (arbitrary) */
class="text-[#1925eb] bg-[#1925eb]"
/* SCSS */
$brand: #1925eb;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.922)
/* Android */
Color.parseColor("#1925eb")Accessibility — WCAG contrast
Aa
#1925eb on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925eb on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue92.2%
CMYK percentages
Cyan89.4%
Magenta84.3%
Yellow0.0%
Key (black)7.8%
Color previews
#1925eb text on a black background
contrast 2.51:1
Card sample
#1925eb text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925eb;
Background color
Panel with #1925eb background
background-color: #1925eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925eb; background: linear-gradient(135deg, #1925eb, #9919EB);