#2913af
a dark, electric blue · warm · closest name: navy
RGB
41, 19, 175
HSL
249°, 80%, 38%
CMYK
77, 89, 0, 31
Luminance
0.0403
Every format
| HEX | #2913af |
| RGB | rgb(41, 19, 175) |
| HSL | hsl(249, 80%, 38%) |
| CMYK | cmyk(77%, 89%, 0%, 31%) |
| LAB | lab(23.8 55.5 -75.7) |
| LCH | lch(23.8 93.8 306.2) |
| OKLCH | oklch(0.368 0.219 273.4) |
Copy-ready code
/* CSS */
color: #2913af;
background-color: #2913af;
/* Tailwind (arbitrary) */
class="text-[#2913af] bg-[#2913af]"
/* SCSS */
$brand: #2913af;
/* SwiftUI */
Color(red: 0.161, green: 0.075, blue: 0.686)
/* Android */
Color.parseColor("#2913af")Accessibility — WCAG contrast
Aa
#2913af on white: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2913af on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green7.5%
Blue68.6%
CMYK percentages
Cyan76.6%
Magenta89.1%
Yellow0.0%
Key (black)31.4%
Color previews
#2913af text on a black background
contrast 1.81:1
Card sample
#2913af text on a white background
contrast 11.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2913af;
Background color
Panel with #2913af background
background-color: #2913af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2913af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 19, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 19, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2913af; background: linear-gradient(135deg, #2913af, #9113AF);