#2012b0
a dark, electric blue · warm · closest name: navy
RGB
32, 18, 176
HSL
245°, 81%, 38%
CMYK
82, 90, 0, 31
Luminance
0.0387
Every format
| HEX | #2012b0 |
| RGB | rgb(32, 18, 176) |
| HSL | hsl(245, 81%, 38%) |
| CMYK | cmyk(82%, 90%, 0%, 31%) |
| LAB | lab(23.3 55.7 -77.2) |
| LCH | lch(23.3 95.2 305.8) |
| OKLCH | oklch(0.363 0.223 270.4) |
Copy-ready code
/* CSS */
color: #2012b0;
background-color: #2012b0;
/* Tailwind (arbitrary) */
class="text-[#2012b0] bg-[#2012b0]"
/* SCSS */
$brand: #2012b0;
/* SwiftUI */
Color(red: 0.125, green: 0.071, blue: 0.690)
/* Android */
Color.parseColor("#2012b0")Accessibility — WCAG contrast
Aa
#2012b0 on white: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2012b0 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.1%
Blue69.0%
CMYK percentages
Cyan81.8%
Magenta89.8%
Yellow0.0%
Key (black)31.0%
Color previews
#2012b0 text on a black background
contrast 1.77:1
Card sample
#2012b0 text on a white background
contrast 11.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2012b0;
Background color
Panel with #2012b0 background
background-color: #2012b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2012b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 18, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 18, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2012b0; background: linear-gradient(135deg, #2012b0, #8912B0);