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