#1812ba
a dark, electric blue · warm · closest name: navy
RGB
24, 18, 186
HSL
242°, 82%, 40%
CMYK
87, 90, 0, 27
Luminance
0.0417
Every format
| HEX | #1812ba |
| RGB | rgb(24, 18, 186) |
| HSL | hsl(242, 82%, 40%) |
| CMYK | cmyk(87%, 90%, 0%, 27%) |
| LAB | lab(24.2 58.3 -81.5) |
| LCH | lch(24.2 100.2 305.6) |
| OKLCH | oklch(0.373 0.236 267.8) |
Copy-ready code
/* CSS */
color: #1812ba;
background-color: #1812ba;
/* Tailwind (arbitrary) */
class="text-[#1812ba] bg-[#1812ba]"
/* SCSS */
$brand: #1812ba;
/* SwiftUI */
Color(red: 0.094, green: 0.071, blue: 0.729)
/* Android */
Color.parseColor("#1812ba")Accessibility — WCAG contrast
Aa
#1812ba on white: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1812ba on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green7.1%
Blue72.9%
CMYK percentages
Cyan87.1%
Magenta90.3%
Yellow0.0%
Key (black)27.1%
Color previews
#1812ba text on a black background
contrast 1.83:1
Card sample
#1812ba text on a white background
contrast 11.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1812ba;
Background color
Panel with #1812ba background
background-color: #1812ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1812ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 18, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 18, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1812ba; background: linear-gradient(135deg, #1812ba, #8812BA);