#1f0a70
a deep, electric blue · warm · closest name: midnightblue
RGB
31, 10, 112
HSL
252°, 84%, 24%
CMYK
72, 91, 0, 56
Luminance
0.0168
Every format
| HEX | #1f0a70 |
| RGB | rgb(31, 10, 112) |
| HSL | hsl(252, 84%, 24%) |
| CMYK | cmyk(72%, 91%, 0%, 56%) |
| LAB | lab(13.7 39.9 -53.1) |
| LCH | lch(13.7 66.4 306.9) |
| OKLCH | oklch(0.274 0.155 278.2) |
Copy-ready code
/* CSS */
color: #1f0a70;
background-color: #1f0a70;
/* Tailwind (arbitrary) */
class="text-[#1f0a70] bg-[#1f0a70]"
/* SCSS */
$brand: #1f0a70;
/* SwiftUI */
Color(red: 0.122, green: 0.039, blue: 0.439)
/* Android */
Color.parseColor("#1f0a70")Accessibility — WCAG contrast
Aa
#1f0a70 on white: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0a70 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green3.9%
Blue43.9%
CMYK percentages
Cyan72.3%
Magenta91.1%
Yellow0.0%
Key (black)56.1%
Color previews
#1f0a70 text on a black background
contrast 1.34:1
Card sample
#1f0a70 text on a white background
contrast 15.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0a70;
Background color
Panel with #1f0a70 background
background-color: #1f0a70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0a70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 10, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 10, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0a70; background: linear-gradient(135deg, #1f0a70, #630A70);