#1925c8
a dark, electric blue · warm · closest name: navy
RGB
25, 37, 200
HSL
236°, 78%, 44%
CMYK
88, 82, 0, 22
Luminance
0.0570
Every format
| HEX | #1925c8 |
| RGB | rgb(25, 37, 200) |
| HSL | hsl(236, 78%, 44%) |
| CMYK | cmyk(88%, 82%, 0%, 22%) |
| LAB | lab(28.6 54.8 -82.4) |
| LCH | lch(28.6 99.0 303.6) |
| OKLCH | oklch(0.408 0.239 267.1) |
Copy-ready code
/* CSS */
color: #1925c8;
background-color: #1925c8;
/* Tailwind (arbitrary) */
class="text-[#1925c8] bg-[#1925c8]"
/* SCSS */
$brand: #1925c8;
/* SwiftUI */
Color(red: 0.098, green: 0.145, blue: 0.784)
/* Android */
Color.parseColor("#1925c8")Accessibility — WCAG contrast
Aa
#1925c8 on white: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1925c8 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green14.5%
Blue78.4%
CMYK percentages
Cyan87.5%
Magenta81.5%
Yellow0.0%
Key (black)21.6%
Color previews
#1925c8 text on a black background
contrast 2.14:1
Card sample
#1925c8 text on a white background
contrast 9.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1925c8;
Background color
Panel with #1925c8 background
background-color: #1925c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1925c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 37, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 37, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1925c8; background: linear-gradient(135deg, #1925c8, #8219C8);