#1f0a33
a deep, vivid violet · warm · closest name: midnightblue
RGB
31, 10, 51
HSL
271°, 67%, 12%
CMYK
39, 80, 0, 80
Luminance
0.0075
Every format
| HEX | #1f0a33 |
| RGB | rgb(31, 10, 51) |
| HSL | hsl(271, 67%, 12%) |
| CMYK | cmyk(39%, 80%, 0%, 80%) |
| LAB | lab(6.8 20.6 -22.6) |
| LCH | lch(6.8 30.6 312.4) |
| OKLCH | oklch(0.205 0.077 303.7) |
Copy-ready code
/* CSS */
color: #1f0a33;
background-color: #1f0a33;
/* Tailwind (arbitrary) */
class="text-[#1f0a33] bg-[#1f0a33]"
/* SCSS */
$brand: #1f0a33;
/* SwiftUI */
Color(red: 0.122, green: 0.039, blue: 0.200)
/* Android */
Color.parseColor("#1f0a33")Accessibility — WCAG contrast
Aa
#1f0a33 on white: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0a33 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green3.9%
Blue20.0%
CMYK percentages
Cyan39.2%
Magenta80.4%
Yellow0.0%
Key (black)80.0%
Color previews
#1f0a33 text on a black background
contrast 1.15:1
Card sample
#1f0a33 text on a white background
contrast 18.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0a33;
Background color
Panel with #1f0a33 background
background-color: #1f0a33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0a33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 10, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 10, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0a33; background: linear-gradient(135deg, #1f0a33, #330A2C);