#2012ba
a dark, electric blue · warm · closest name: navy
RGB
32, 18, 186
HSL
245°, 82%, 40%
CMYK
83, 90, 0, 27
Luminance
0.0428
Every format
| HEX | #2012ba |
| RGB | rgb(32, 18, 186) |
| HSL | hsl(245, 82%, 40%) |
| CMYK | cmyk(83%, 90%, 0%, 27%) |
| LAB | lab(24.6 58.5 -80.9) |
| LCH | lch(24.6 99.8 305.9) |
| OKLCH | oklch(0.376 0.234 269.8) |
Copy-ready code
/* CSS */
color: #2012ba;
background-color: #2012ba;
/* Tailwind (arbitrary) */
class="text-[#2012ba] bg-[#2012ba]"
/* SCSS */
$brand: #2012ba;
/* SwiftUI */
Color(red: 0.125, green: 0.071, blue: 0.729)
/* Android */
Color.parseColor("#2012ba")Accessibility — WCAG contrast
Aa
#2012ba on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2012ba on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.1%
Blue72.9%
CMYK percentages
Cyan82.8%
Magenta90.3%
Yellow0.0%
Key (black)27.1%
Color previews
#2012ba text on a black background
contrast 1.86:1
Card sample
#2012ba text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2012ba;
Background color
Panel with #2012ba background
background-color: #2012ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2012ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 18, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 18, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2012ba; background: linear-gradient(135deg, #2012ba, #9012BA);