#1925c4
a dark, electric blue · warm · closest name: navy
RGB
25, 37, 196
HSL
236°, 77%, 43%
CMYK
87, 81, 0, 23
Luminance
0.0552
Every format
| HEX | #1925c4 |
| RGB | rgb(25, 37, 196) |
| HSL | hsl(236, 77%, 43%) |
| CMYK | cmyk(87%, 81%, 0%, 23%) |
| LAB | lab(28.1 53.5 -80.9) |
| LCH | lch(28.1 97.0 303.5) |
| OKLCH | oklch(0.404 0.235 267.2) |
Copy-ready code
/* CSS */
color: #1925c4;
background-color: #1925c4;
/* Tailwind (arbitrary) */
class="text-[#1925c4] bg-[#1925c4]"
/* SCSS */
$brand: #1925c4;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.769)
/* Android */
Color.parseColor("#1925c4")Accessibility — WCAG contrast
Aa
#1925c4 on white: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925c4 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue76.9%
CMYK percentages
Cyan87.2%
Magenta81.1%
Yellow0.0%
Key (black)23.1%
Color previews
#1925c4 text on a black background
contrast 2.10:1
Card sample
#1925c4 text on a white background
contrast 9.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925c4;
Background color
Panel with #1925c4 background
background-color: #1925c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925c4; background: linear-gradient(135deg, #1925c4, #7F19C4);