#1e0f76
a dark, electric blue · warm · closest name: midnightblue
RGB
30, 15, 118
HSL
249°, 77%, 26%
CMYK
75, 87, 0, 54
Luminance
0.0193
Every format
| HEX | #1e0f76 |
| RGB | rgb(30, 15, 118) |
| HSL | hsl(249, 77%, 26%) |
| CMYK | cmyk(75%, 87%, 0%, 54%) |
| LAB | lab(15.1 39.5 -54.7) |
| LCH | lch(15.1 67.5 305.9) |
| OKLCH | oklch(0.286 0.159 276.0) |
Copy-ready code
/* CSS */
color: #1e0f76;
background-color: #1e0f76;
/* Tailwind (arbitrary) */
class="text-[#1e0f76] bg-[#1e0f76]"
/* SCSS */
$brand: #1e0f76;
/* SwiftUI */
Color(red: 0.118, green: 0.059, blue: 0.463)
/* Android */
Color.parseColor("#1e0f76")Accessibility — WCAG contrast
Aa
#1e0f76 on white: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1e0f76 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green5.9%
Blue46.3%
CMYK percentages
Cyan74.6%
Magenta87.3%
Yellow0.0%
Key (black)53.7%
Color previews
#1e0f76 text on a black background
contrast 1.39:1
Card sample
#1e0f76 text on a white background
contrast 15.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e0f76;
Background color
Panel with #1e0f76 background
background-color: #1e0f76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e0f76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 15, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 15, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e0f76; background: linear-gradient(135deg, #1e0f76, #630F76);