#331f7a
a dark, vivid blue · warm · closest name: midnightblue
RGB
51, 31, 122
HSL
253°, 60%, 30%
CMYK
58, 75, 0, 52
Luminance
0.0309
Every format
| HEX | #331f7a |
| RGB | rgb(51, 31, 122) |
| HSL | hsl(253, 60%, 30%) |
| CMYK | cmyk(58%, 75%, 0%, 52%) |
| LAB | lab(20.4 35.0 -48.5) |
| LCH | lch(20.4 59.8 305.8) |
| OKLCH | oklch(0.329 0.145 285.4) |
Copy-ready code
/* CSS */
color: #331f7a;
background-color: #331f7a;
/* Tailwind (arbitrary) */
class="text-[#331f7a] bg-[#331f7a]"
/* SCSS */
$brand: #331f7a;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.478)
/* Android */
Color.parseColor("#331f7a")Accessibility — WCAG contrast
Aa
#331f7a on white: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f7a on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue47.8%
CMYK percentages
Cyan58.2%
Magenta74.6%
Yellow0.0%
Key (black)52.2%
Color previews
#331f7a text on a black background
contrast 1.62:1
Card sample
#331f7a text on a white background
contrast 12.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f7a;
Background color
Panel with #331f7a background
background-color: #331f7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f7a; background: linear-gradient(135deg, #331f7a, #701F7A);