#2011c7
a dark, electric blue · warm · closest name: blue
RGB
32, 17, 199
HSL
245°, 84%, 42%
CMYK
84, 92, 0, 22
Luminance
0.0483
Every format
| HEX | #2011c7 |
| RGB | rgb(32, 17, 199) |
| HSL | hsl(245, 84%, 42%) |
| CMYK | cmyk(84%, 92%, 0%, 22%) |
| LAB | lab(26.3 62.3 -85.8) |
| LCH | lch(26.3 106.1 306.0) |
| OKLCH | oklch(0.392 0.248 269.1) |
Copy-ready code
/* CSS */
color: #2011c7;
background-color: #2011c7;
/* Tailwind (arbitrary) */
class="text-[#2011c7] bg-[#2011c7]"
/* SCSS */
$brand: #2011c7;
/* SwiftUI */
Color(red: 0.125, green: 0.067, blue: 0.780)
/* Android */
Color.parseColor("#2011c7")Accessibility — WCAG contrast
Aa
#2011c7 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2011c7 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green6.7%
Blue78.0%
CMYK percentages
Cyan83.9%
Magenta91.5%
Yellow0.0%
Key (black)22.0%
Color previews
#2011c7 text on a black background
contrast 1.97:1
Card sample
#2011c7 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2011c7;
Background color
Panel with #2011c7 background
background-color: #2011c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2011c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 17, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 17, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2011c7; background: linear-gradient(135deg, #2011c7, #9911C7);