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