#1e1e85
a dark, vivid blue · warm · closest name: midnightblue
RGB
30, 30, 133
HSL
240°, 63%, 32%
CMYK
77, 77, 0, 48
Luminance
0.0290
Every format
| HEX | #1e1e85 |
| RGB | rgb(30, 30, 133) |
| HSL | hsl(240, 63%, 32%) |
| CMYK | cmyk(77%, 77%, 0%, 48%) |
| LAB | lab(19.6 36.6 -56.8) |
| LCH | lch(19.6 67.5 302.8) |
| OKLCH | oklch(0.323 0.164 272.3) |
Copy-ready code
/* CSS */
color: #1e1e85;
background-color: #1e1e85;
/* Tailwind (arbitrary) */
class="text-[#1e1e85] bg-[#1e1e85]"
/* SCSS */
$brand: #1e1e85;
/* SwiftUI */
Color(red: 0.118, green: 0.118, blue: 0.522)
/* Android */
Color.parseColor("#1e1e85")Accessibility — WCAG contrast
Aa
#1e1e85 on white: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1e1e85 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green11.8%
Blue52.2%
CMYK percentages
Cyan77.4%
Magenta77.4%
Yellow0.0%
Key (black)47.8%
Color previews
#1e1e85 text on a black background
contrast 1.58:1
Card sample
#1e1e85 text on a white background
contrast 13.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e1e85;
Background color
Panel with #1e1e85 background
background-color: #1e1e85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e1e85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 30, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 30, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e1e85; background: linear-gradient(135deg, #1e1e85, #631E85);