#1925b7
a dark, electric blue · warm · closest name: navy
RGB
25, 37, 183
HSL
235°, 76%, 41%
CMYK
86, 80, 0, 28
Luminance
0.0495
Every format
| HEX | #1925b7 |
| RGB | rgb(25, 37, 183) |
| HSL | hsl(235, 76%, 41%) |
| CMYK | cmyk(86%, 80%, 0%, 28%) |
| LAB | lab(26.6 49.4 -75.8) |
| LCH | lch(26.6 90.5 303.1) |
| OKLCH | oklch(0.388 0.220 267.6) |
Copy-ready code
/* CSS */
color: #1925b7;
background-color: #1925b7;
/* Tailwind (arbitrary) */
class="text-[#1925b7] bg-[#1925b7]"
/* SCSS */
$brand: #1925b7;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.718)
/* Android */
Color.parseColor("#1925b7")Accessibility — WCAG contrast
Aa
#1925b7 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925b7 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue71.8%
CMYK percentages
Cyan86.3%
Magenta79.8%
Yellow0.0%
Key (black)28.2%
Color previews
#1925b7 text on a black background
contrast 1.99:1
Card sample
#1925b7 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925b7;
Background color
Panel with #1925b7 background
background-color: #1925b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925b7; background: linear-gradient(135deg, #1925b7, #7619B7);