#2913cf
a dark, electric blue · warm · closest name: blue
RGB
41, 19, 207
HSL
247°, 83%, 44%
CMYK
80, 91, 0, 19
Luminance
0.0544
Every format
| HEX | #2913cf |
| RGB | rgb(41, 19, 207) |
| HSL | hsl(247, 83%, 44%) |
| CMYK | cmyk(80%, 91%, 0%, 19%) |
| LAB | lab(28.0 64.2 -87.7) |
| LCH | lch(28.0 108.6 306.2) |
| OKLCH | oklch(0.408 0.253 270.9) |
Copy-ready code
/* CSS */
color: #2913cf;
background-color: #2913cf;
/* Tailwind (arbitrary) */
class="text-[#2913cf] bg-[#2913cf]"
/* SCSS */
$brand: #2913cf;
/* SwiftUI */
Color(red: 0.161, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#2913cf")Accessibility — WCAG contrast
Aa
#2913cf on white: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2913cf on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green7.5%
Blue81.2%
CMYK percentages
Cyan80.2%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#2913cf text on a black background
contrast 2.09:1
Card sample
#2913cf text on a white background
contrast 10.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2913cf;
Background color
Panel with #2913cf background
background-color: #2913cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2913cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2913cf; background: linear-gradient(135deg, #2913cf, #A613CF);