#1925b0
a dark, electric blue · warm · closest name: navy
RGB
25, 37, 176
HSL
235°, 75%, 39%
CMYK
86, 79, 0, 31
Luminance
0.0466
Every format
| HEX | #1925b0 |
| RGB | rgb(25, 37, 176) |
| HSL | hsl(235, 75%, 39%) |
| CMYK | cmyk(86%, 79%, 0%, 31%) |
| LAB | lab(25.8 47.0 -73.0) |
| LCH | lch(25.8 86.9 302.8) |
| OKLCH | oklch(0.380 0.212 267.8) |
Copy-ready code
/* CSS */
color: #1925b0;
background-color: #1925b0;
/* Tailwind (arbitrary) */
class="text-[#1925b0] bg-[#1925b0]"
/* SCSS */
$brand: #1925b0;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.690)
/* Android */
Color.parseColor("#1925b0")Accessibility — WCAG contrast
Aa
#1925b0 on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925b0 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue69.0%
CMYK percentages
Cyan85.8%
Magenta79.0%
Yellow0.0%
Key (black)31.0%
Color previews
#1925b0 text on a black background
contrast 1.93:1
Card sample
#1925b0 text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925b0;
Background color
Panel with #1925b0 background
background-color: #1925b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925b0; background: linear-gradient(135deg, #1925b0, #7219B0);