#2e0fb7
a dark, electric blue · warm · closest name: navy
RGB
46, 15, 183
HSL
251°, 85%, 39%
CMYK
75, 92, 0, 28
Luminance
0.0434
Every format
| HEX | #2e0fb7 |
| RGB | rgb(46, 15, 183) |
| HSL | hsl(251, 85%, 39%) |
| CMYK | cmyk(75%, 92%, 0%, 28%) |
| LAB | lab(24.8 59.1 -78.8) |
| LCH | lch(24.8 98.5 306.9) |
| OKLCH | oklch(0.379 0.228 274.6) |
Copy-ready code
/* CSS */
color: #2e0fb7;
background-color: #2e0fb7;
/* Tailwind (arbitrary) */
class="text-[#2e0fb7] bg-[#2e0fb7]"
/* SCSS */
$brand: #2e0fb7;
/* SwiftUI */
Color(red: 0.180, green: 0.059, blue: 0.718)
/* Android */
Color.parseColor("#2e0fb7")Accessibility — WCAG contrast
Aa
#2e0fb7 on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e0fb7 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green5.9%
Blue71.8%
CMYK percentages
Cyan74.9%
Magenta91.8%
Yellow0.0%
Key (black)28.2%
Color previews
#2e0fb7 text on a black background
contrast 1.87:1
Card sample
#2e0fb7 text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e0fb7;
Background color
Panel with #2e0fb7 background
background-color: #2e0fb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e0fb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 15, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 15, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e0fb7; background: linear-gradient(135deg, #2e0fb7, #9E0FB7);