#1925ff
a balanced, electric blue · warm · closest name: blue
RGB
25, 37, 255
HSL
237°, 100%, 55%
CMYK
90, 86, 0, 0
Luminance
0.0875
Every format
| HEX | #1925ff |
| RGB | rgb(25, 37, 255) |
| HSL | hsl(237, 100%, 55%) |
| CMYK | cmyk(90%, 86%, 0%, 0%) |
| LAB | lab(35.5 70.9 -102.5) |
| LCH | lch(35.5 124.7 304.7) |
| OKLCH | oklch(0.475 0.297 266.1) |
Copy-ready code
/* CSS */
color: #1925ff;
background-color: #1925ff;
/* Tailwind (arbitrary) */
class="text-[#1925ff] bg-[#1925ff]"
/* SCSS */
$brand: #1925ff;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 1.000)
/* Android */
Color.parseColor("#1925ff")Accessibility — WCAG contrast
Aa
#1925ff on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925ff on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue100.0%
CMYK percentages
Cyan90.2%
Magenta85.5%
Yellow0.0%
Key (black)0.0%
Color previews
#1925ff text on a black background
contrast 2.75:1
Card sample
#1925ff text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925ff;
Background color
Panel with #1925ff background
background-color: #1925ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925ff; background: linear-gradient(135deg, #1925ff, #A619FF);