#1908ad
a dark, electric blue · warm · closest name: navy
RGB
25, 8, 173
HSL
246°, 91%, 36%
CMYK
86, 95, 0, 32
Luminance
0.0340
Every format
| HEX | #1908ad |
| RGB | rgb(25, 8, 173) |
| HSL | hsl(246, 91%, 36%) |
| CMYK | cmyk(86%, 95%, 0%, 32%) |
| LAB | lab(21.6 57.5 -78.2) |
| LCH | lch(21.6 97.0 306.3) |
| OKLCH | oklch(0.350 0.226 268.8) |
Copy-ready code
/* CSS */
color: #1908ad;
background-color: #1908ad;
/* Tailwind (arbitrary) */
class="text-[#1908ad] bg-[#1908ad]"
/* SCSS */
$brand: #1908ad;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.678)
/* Android */
Color.parseColor("#1908ad")Accessibility — WCAG contrast
Aa
#1908ad on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1908ad on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue67.8%
CMYK percentages
Cyan85.5%
Magenta95.4%
Yellow0.0%
Key (black)32.2%
Color previews
#1908ad text on a black background
contrast 1.68:1
Card sample
#1908ad text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1908ad;
Background color
Panel with #1908ad background
background-color: #1908ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1908ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1908ad; background: linear-gradient(135deg, #1908ad, #8708AD);