#1925c3
a dark, electric blue · warm · closest name: navy
RGB
25, 37, 195
HSL
236°, 77%, 43%
CMYK
87, 81, 0, 24
Luminance
0.0547
Every format
| HEX | #1925c3 |
| RGB | rgb(25, 37, 195) |
| HSL | hsl(236, 77%, 43%) |
| CMYK | cmyk(87%, 81%, 0%, 24%) |
| LAB | lab(28.0 53.2 -80.5) |
| LCH | lch(28.0 96.5 303.5) |
| OKLCH | oklch(0.402 0.234 267.3) |
Copy-ready code
/* CSS */
color: #1925c3;
background-color: #1925c3;
/* Tailwind (arbitrary) */
class="text-[#1925c3] bg-[#1925c3]"
/* SCSS */
$brand: #1925c3;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.765)
/* Android */
Color.parseColor("#1925c3")Accessibility — WCAG contrast
Aa
#1925c3 on white: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925c3 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue76.5%
CMYK percentages
Cyan87.2%
Magenta81.0%
Yellow0.0%
Key (black)23.5%
Color previews
#1925c3 text on a black background
contrast 2.09:1
Card sample
#1925c3 text on a white background
contrast 10.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925c3;
Background color
Panel with #1925c3 background
background-color: #1925c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925c3; background: linear-gradient(135deg, #1925c3, #7E19C3);