#331f85
a dark, vivid blue · warm · closest name: midnightblue
RGB
51, 31, 133
HSL
252°, 62%, 32%
CMYK
62, 77, 0, 48
Luminance
0.0338
Every format
| HEX | #331f85 |
| RGB | rgb(51, 31, 133) |
| HSL | hsl(252, 62%, 32%) |
| CMYK | cmyk(62%, 77%, 0%, 48%) |
| LAB | lab(21.5 38.4 -53.6) |
| LCH | lch(21.5 66.0 305.6) |
| OKLCH | oklch(0.340 0.159 283.0) |
Copy-ready code
/* CSS */
color: #331f85;
background-color: #331f85;
/* Tailwind (arbitrary) */
class="text-[#331f85] bg-[#331f85]"
/* SCSS */
$brand: #331f85;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.522)
/* Android */
Color.parseColor("#331f85")Accessibility — WCAG contrast
Aa
#331f85 on white: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f85 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue52.2%
CMYK percentages
Cyan61.7%
Magenta76.7%
Yellow0.0%
Key (black)47.8%
Color previews
#331f85 text on a black background
contrast 1.68:1
Card sample
#331f85 text on a white background
contrast 12.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f85;
Background color
Panel with #331f85 background
background-color: #331f85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f85; background: linear-gradient(135deg, #331f85, #771F85);