#1925b5
a dark, electric blue · warm · closest name: navy
RGB
25, 37, 181
HSL
235°, 76%, 40%
CMYK
86, 80, 0, 29
Luminance
0.0487
Every format
| HEX | #1925b5 |
| RGB | rgb(25, 37, 181) |
| HSL | hsl(235, 76%, 40%) |
| CMYK | cmyk(86%, 80%, 0%, 29%) |
| LAB | lab(26.4 48.7 -75.0) |
| LCH | lch(26.4 89.4 303.0) |
| OKLCH | oklch(0.386 0.218 267.7) |
Copy-ready code
/* CSS */
color: #1925b5;
background-color: #1925b5;
/* Tailwind (arbitrary) */
class="text-[#1925b5] bg-[#1925b5]"
/* SCSS */
$brand: #1925b5;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.710)
/* Android */
Color.parseColor("#1925b5")Accessibility — WCAG contrast
Aa
#1925b5 on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925b5 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue71.0%
CMYK percentages
Cyan86.2%
Magenta79.6%
Yellow0.0%
Key (black)29.0%
Color previews
#1925b5 text on a black background
contrast 1.97:1
Card sample
#1925b5 text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925b5;
Background color
Panel with #1925b5 background
background-color: #1925b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925b5; background: linear-gradient(135deg, #1925b5, #7519B5);