#1908a4
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 164
HSL
247°, 91%, 34%
CMYK
85, 95, 0, 36
Luminance
0.0306
Every format
| HEX | #1908a4 |
| RGB | rgb(25, 8, 164) |
| HSL | hsl(247, 91%, 34%) |
| CMYK | cmyk(85%, 95%, 0%, 36%) |
| LAB | lab(20.3 55.0 -74.9) |
| LCH | lch(20.3 92.9 306.3) |
| OKLCH | oklch(0.338 0.216 269.3) |
Copy-ready code
/* CSS */
color: #1908a4;
background-color: #1908a4;
/* Tailwind (arbitrary) */
class="text-[#1908a4] bg-[#1908a4]"
/* SCSS */
$brand: #1908a4;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.643)
/* Android */
Color.parseColor("#1908a4")Accessibility — WCAG contrast
Aa
#1908a4 on white: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1908a4 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue64.3%
CMYK percentages
Cyan84.8%
Magenta95.1%
Yellow0.0%
Key (black)35.7%
Color previews
#1908a4 text on a black background
contrast 1.61:1
Card sample
#1908a4 text on a white background
contrast 13.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1908a4;
Background color
Panel with #1908a4 background
background-color: #1908a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1908a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1908a4; background: linear-gradient(135deg, #1908a4, #8108A4);