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