#1925bf
a dark, electric blue · warm · closest name: navy
RGB
25, 37, 191
HSL
236°, 77%, 42%
CMYK
87, 81, 0, 25
Luminance
0.0529
Every format
| HEX | #1925bf |
| RGB | rgb(25, 37, 191) |
| HSL | hsl(236, 77%, 42%) |
| CMYK | cmyk(87%, 81%, 0%, 25%) |
| LAB | lab(27.6 51.9 -79.0) |
| LCH | lch(27.6 94.5 303.3) |
| OKLCH | oklch(0.398 0.229 267.4) |
Copy-ready code
/* CSS */
color: #1925bf;
background-color: #1925bf;
/* Tailwind (arbitrary) */
class="text-[#1925bf] bg-[#1925bf]"
/* SCSS */
$brand: #1925bf;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.749)
/* Android */
Color.parseColor("#1925bf")Accessibility — WCAG contrast
Aa
#1925bf on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925bf on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue74.9%
CMYK percentages
Cyan86.9%
Magenta80.6%
Yellow0.0%
Key (black)25.1%
Color previews
#1925bf text on a black background
contrast 2.06:1
Card sample
#1925bf text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925bf;
Background color
Panel with #1925bf background
background-color: #1925bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925bf; background: linear-gradient(135deg, #1925bf, #7C19BF);