#1925ad
a dark, vivid blue · warm · closest name: navy
RGB
25, 37, 173
HSL
235°, 75%, 39%
CMYK
86, 79, 0, 32
Luminance
0.0455
Every format
| HEX | #1925ad |
| RGB | rgb(25, 37, 173) |
| HSL | hsl(235, 75%, 39%) |
| CMYK | cmyk(86%, 79%, 0%, 32%) |
| LAB | lab(25.4 46.0 -71.8) |
| LCH | lch(25.4 85.3 302.7) |
| OKLCH | oklch(0.376 0.208 267.9) |
Copy-ready code
/* CSS */
color: #1925ad;
background-color: #1925ad;
/* Tailwind (arbitrary) */
class="text-[#1925ad] bg-[#1925ad]"
/* SCSS */
$brand: #1925ad;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.678)
/* Android */
Color.parseColor("#1925ad")Accessibility — WCAG contrast
Aa
#1925ad on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925ad on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue67.8%
CMYK percentages
Cyan85.5%
Magenta78.6%
Yellow0.0%
Key (black)32.2%
Color previews
#1925ad text on a black background
contrast 1.91:1
Card sample
#1925ad text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925ad;
Background color
Panel with #1925ad background
background-color: #1925ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925ad; background: linear-gradient(135deg, #1925ad, #7019AD);