#1918be
a dark, electric blue · warm · closest name: navy
RGB
25, 24, 190
HSL
240°, 78%, 42%
CMYK
87, 87, 0, 26
Luminance
0.0458
Every format
| HEX | #1918be |
| RGB | rgb(25, 24, 190) |
| HSL | hsl(240, 78%, 42%) |
| CMYK | cmyk(87%, 87%, 0%, 26%) |
| LAB | lab(25.5 57.3 -81.8) |
| LCH | lch(25.5 99.9 305.0) |
| OKLCH | oklch(0.383 0.237 267.8) |
Copy-ready code
/* CSS */
color: #1918be;
background-color: #1918be;
/* Tailwind (arbitrary) */
class="text-[#1918be] bg-[#1918be]"
/* SCSS */
$brand: #1918be;
/* SwiftUI */
Color(red: 0.098, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#1918be")Accessibility — WCAG contrast
Aa
#1918be on white: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1918be on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green9.4%
Blue74.5%
CMYK percentages
Cyan86.8%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#1918be text on a black background
contrast 1.92:1
Card sample
#1918be text on a white background
contrast 10.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1918be;
Background color
Panel with #1918be background
background-color: #1918be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1918be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1918be; background: linear-gradient(135deg, #1918be, #8818BE);