#2012cd
a dark, electric blue · warm · closest name: blue
RGB
32, 18, 205
HSL
245°, 84%, 44%
CMYK
84, 91, 0, 20
Luminance
0.0515
Every format
| HEX | #2012cd |
| RGB | rgb(32, 18, 205) |
| HSL | hsl(245, 84%, 44%) |
| CMYK | cmyk(84%, 91%, 0%, 20%) |
| LAB | lab(27.1 63.6 -87.8) |
| LCH | lch(27.1 108.5 305.9) |
| OKLCH | oklch(0.401 0.254 268.8) |
Copy-ready code
/* CSS */
color: #2012cd;
background-color: #2012cd;
/* Tailwind (arbitrary) */
class="text-[#2012cd] bg-[#2012cd]"
/* SCSS */
$brand: #2012cd;
/* SwiftUI */
Color(red: 0.125, green: 0.071, blue: 0.804)
/* Android */
Color.parseColor("#2012cd")Accessibility — WCAG contrast
Aa
#2012cd on white: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2012cd on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.1%
Blue80.4%
CMYK percentages
Cyan84.4%
Magenta91.2%
Yellow0.0%
Key (black)19.6%
Color previews
#2012cd text on a black background
contrast 2.03:1
Card sample
#2012cd text on a white background
contrast 10.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2012cd;
Background color
Panel with #2012cd background
background-color: #2012cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2012cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 18, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 18, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2012cd; background: linear-gradient(135deg, #2012cd, #9D12CD);