#1925a2
a dark, vivid blue · warm · closest name: navy
RGB
25, 37, 162
HSL
235°, 73%, 37%
CMYK
85, 77, 0, 37
Luminance
0.0414
Every format
| HEX | #1925a2 |
| RGB | rgb(25, 37, 162) |
| HSL | hsl(235, 73%, 37%) |
| CMYK | cmyk(85%, 77%, 0%, 37%) |
| LAB | lab(24.1 42.3 -67.3) |
| LCH | lch(24.1 79.5 302.2) |
| OKLCH | oklch(0.364 0.195 268.2) |
Copy-ready code
/* CSS */
color: #1925a2;
background-color: #1925a2;
/* Tailwind (arbitrary) */
class="text-[#1925a2] bg-[#1925a2]"
/* SCSS */
$brand: #1925a2;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.635)
/* Android */
Color.parseColor("#1925a2")Accessibility — WCAG contrast
Aa
#1925a2 on white: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925a2 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue63.5%
CMYK percentages
Cyan84.6%
Magenta77.2%
Yellow0.0%
Key (black)36.5%
Color previews
#1925a2 text on a black background
contrast 1.83:1
Card sample
#1925a2 text on a white background
contrast 11.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925a2;
Background color
Panel with #1925a2 background
background-color: #1925a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925a2; background: linear-gradient(135deg, #1925a2, #6819A2);