#331f8f
a dark, vivid blue · warm · closest name: indigo
RGB
51, 31, 143
HSL
251°, 64%, 34%
CMYK
64, 78, 0, 44
Luminance
0.0367
Every format
| HEX | #331f8f |
| RGB | rgb(51, 31, 143) |
| HSL | hsl(251, 64%, 34%) |
| CMYK | cmyk(64%, 78%, 0%, 44%) |
| LAB | lab(22.5 41.6 -58.2) |
| LCH | lch(22.5 71.5 305.6) |
| OKLCH | oklch(0.351 0.171 281.1) |
Copy-ready code
/* CSS */
color: #331f8f;
background-color: #331f8f;
/* Tailwind (arbitrary) */
class="text-[#331f8f] bg-[#331f8f]"
/* SCSS */
$brand: #331f8f;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.561)
/* Android */
Color.parseColor("#331f8f")Accessibility — WCAG contrast
Aa
#331f8f on white: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f8f on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue56.1%
CMYK percentages
Cyan64.3%
Magenta78.3%
Yellow0.0%
Key (black)43.9%
Color previews
#331f8f text on a black background
contrast 1.73:1
Card sample
#331f8f text on a white background
contrast 12.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f8f;
Background color
Panel with #331f8f background
background-color: #331f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f8f; background: linear-gradient(135deg, #331f8f, #7E1F8F);