#2014af
a dark, electric blue · warm · closest name: navy
RGB
32, 20, 175
HSL
245°, 80%, 38%
CMYK
82, 89, 0, 31
Luminance
0.0390
Every format
| HEX | #2014af |
| RGB | rgb(32, 20, 175) |
| HSL | hsl(245, 80%, 38%) |
| CMYK | cmyk(82%, 89%, 0%, 31%) |
| LAB | lab(23.3 54.7 -76.4) |
| LCH | lch(23.3 94.0 305.6) |
| OKLCH | oklch(0.364 0.221 270.4) |
Copy-ready code
/* CSS */
color: #2014af;
background-color: #2014af;
/* Tailwind (arbitrary) */
class="text-[#2014af] bg-[#2014af]"
/* SCSS */
$brand: #2014af;
/* SwiftUI */
Color(red: 0.125, green: 0.078, blue: 0.686)
/* Android */
Color.parseColor("#2014af")Accessibility — WCAG contrast
Aa
#2014af on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2014af on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.8%
Blue68.6%
CMYK percentages
Cyan81.7%
Magenta88.6%
Yellow0.0%
Key (black)31.4%
Color previews
#2014af text on a black background
contrast 1.78:1
Card sample
#2014af text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2014af;
Background color
Panel with #2014af background
background-color: #2014af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2014af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 20, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 20, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2014af; background: linear-gradient(135deg, #2014af, #8714AF);