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