#331dfd
a balanced, electric blue · warm · closest name: blue
RGB
51, 29, 253
HSL
246°, 98%, 55%
CMYK
80, 89, 0, 1
Luminance
0.0867
Every format
| HEX | #331dfd |
| RGB | rgb(51, 29, 253) |
| HSL | hsl(246, 98%, 55%) |
| CMYK | cmyk(80%, 89%, 0%, 1%) |
| LAB | lab(35.4 73.7 -101.6) |
| LCH | lch(35.4 125.5 306.0) |
| OKLCH | oklch(0.476 0.294 270.5) |
Copy-ready code
/* CSS */
color: #331dfd;
background-color: #331dfd;
/* Tailwind (arbitrary) */
class="text-[#331dfd] bg-[#331dfd]"
/* SCSS */
$brand: #331dfd;
/* SwiftUI */
Color(red: 0.200, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#331dfd")Accessibility — WCAG contrast
Aa
#331dfd on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331dfd on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.4%
Blue99.2%
CMYK percentages
Cyan79.8%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#331dfd text on a black background
contrast 2.73:1
Card sample
#331dfd text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331dfd;
Background color
Panel with #331dfd background
background-color: #331dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331dfd; background: linear-gradient(135deg, #331dfd, #C81DFD);