#1908ba
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 186
HSL
246°, 92%, 38%
CMYK
87, 96, 0, 27
Luminance
0.0393
Every format
| HEX | #1908ba |
| RGB | rgb(25, 8, 186) |
| HSL | hsl(246, 92%, 38%) |
| CMYK | cmyk(87%, 96%, 0%, 27%) |
| LAB | lab(23.4 60.9 -82.9) |
| LCH | lch(23.4 102.8 306.3) |
| OKLCH | oklch(0.367 0.240 268.1) |
Copy-ready code
/* CSS */
color: #1908ba;
background-color: #1908ba;
/* Tailwind (arbitrary) */
class="text-[#1908ba] bg-[#1908ba]"
/* SCSS */
$brand: #1908ba;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.729)
/* Android */
Color.parseColor("#1908ba")Accessibility — WCAG contrast
Aa
#1908ba on white: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1908ba on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue72.9%
CMYK percentages
Cyan86.6%
Magenta95.7%
Yellow0.0%
Key (black)27.1%
Color previews
#1908ba text on a black background
contrast 1.79:1
Card sample
#1908ba text on a white background
contrast 11.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1908ba;
Background color
Panel with #1908ba background
background-color: #1908ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1908ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1908ba; background: linear-gradient(135deg, #1908ba, #8F08BA);