#1925ab
a dark, vivid blue · warm · closest name: navy
RGB
25, 37, 171
HSL
235°, 75%, 38%
CMYK
85, 78, 0, 33
Luminance
0.0447
Every format
| HEX | #1925ab |
| RGB | rgb(25, 37, 171) |
| HSL | hsl(235, 75%, 38%) |
| CMYK | cmyk(85%, 78%, 0%, 33%) |
| LAB | lab(25.2 45.4 -71.0) |
| LCH | lch(25.2 84.3 302.6) |
| OKLCH | oklch(0.374 0.206 268.0) |
Copy-ready code
/* CSS */
color: #1925ab;
background-color: #1925ab;
/* Tailwind (arbitrary) */
class="text-[#1925ab] bg-[#1925ab]"
/* SCSS */
$brand: #1925ab;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.671)
/* Android */
Color.parseColor("#1925ab")Accessibility — WCAG contrast
Aa
#1925ab on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925ab on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue67.1%
CMYK percentages
Cyan85.4%
Magenta78.4%
Yellow0.0%
Key (black)32.9%
Color previews
#1925ab text on a black background
contrast 1.89:1
Card sample
#1925ab text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925ab;
Background color
Panel with #1925ab background
background-color: #1925ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925ab; background: linear-gradient(135deg, #1925ab, #6E19AB);