#310ade
a balanced, electric blue · warm · closest name: blue
RGB
49, 10, 222
HSL
251°, 91%, 46%
CMYK
78, 96, 0, 13
Luminance
0.0614
Every format
| HEX | #310ade |
| RGB | rgb(49, 10, 222) |
| HSL | hsl(251, 91%, 46%) |
| CMYK | cmyk(78%, 96%, 0%, 13%) |
| LAB | lab(29.8 70.2 -93.3) |
| LCH | lch(29.8 116.8 307.0) |
| OKLCH | oklch(0.427 0.270 272.2) |
Copy-ready code
/* CSS */
color: #310ade;
background-color: #310ade;
/* Tailwind (arbitrary) */
class="text-[#310ade] bg-[#310ade]"
/* SCSS */
$brand: #310ade;
/* SwiftUI */
Color(red: 0.192, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#310ade")Accessibility — WCAG contrast
Aa
#310ade on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#310ade on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green3.9%
Blue87.1%
CMYK percentages
Cyan77.9%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#310ade text on a black background
contrast 2.23:1
Card sample
#310ade text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #310ade;
Background color
Panel with #310ade background
background-color: #310ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #310ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #310ade; background: linear-gradient(135deg, #310ade, #BE0ADE);