#2012bf
a dark, electric blue · warm · closest name: navy
RGB
32, 18, 191
HSL
245°, 83%, 41%
CMYK
83, 91, 0, 25
Luminance
0.0450
Every format
| HEX | #2012bf |
| RGB | rgb(32, 18, 191) |
| HSL | hsl(245, 83%, 41%) |
| CMYK | cmyk(83%, 91%, 0%, 25%) |
| LAB | lab(25.3 59.9 -82.8) |
| LCH | lch(25.3 102.1 305.9) |
| OKLCH | oklch(0.383 0.239 269.5) |
Copy-ready code
/* CSS */
color: #2012bf;
background-color: #2012bf;
/* Tailwind (arbitrary) */
class="text-[#2012bf] bg-[#2012bf]"
/* SCSS */
$brand: #2012bf;
/* SwiftUI */
Color(red: 0.125, green: 0.071, blue: 0.749)
/* Android */
Color.parseColor("#2012bf")Accessibility — WCAG contrast
Aa
#2012bf on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2012bf on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.1%
Blue74.9%
CMYK percentages
Cyan83.2%
Magenta90.6%
Yellow0.0%
Key (black)25.1%
Color previews
#2012bf text on a black background
contrast 1.90:1
Card sample
#2012bf text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2012bf;
Background color
Panel with #2012bf background
background-color: #2012bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2012bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 18, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 18, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2012bf; background: linear-gradient(135deg, #2012bf, #9412BF);