#351ade
a balanced, electric blue · warm · closest name: blue
RGB
53, 26, 222
HSL
248°, 79%, 49%
CMYK
76, 88, 0, 13
Luminance
0.0677
Every format
| HEX | #351ade |
| RGB | rgb(53, 26, 222) |
| HSL | hsl(248, 79%, 49%) |
| CMYK | cmyk(76%, 88%, 0%, 13%) |
| LAB | lab(31.3 66.5 -90.8) |
| LCH | lch(31.3 112.6 306.2) |
| OKLCH | oklch(0.438 0.263 273.0) |
Copy-ready code
/* CSS */
color: #351ade;
background-color: #351ade;
/* Tailwind (arbitrary) */
class="text-[#351ade] bg-[#351ade]"
/* SCSS */
$brand: #351ade;
/* SwiftUI */
Color(red: 0.208, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#351ade")Accessibility — WCAG contrast
Aa
#351ade on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#351ade on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green10.2%
Blue87.1%
CMYK percentages
Cyan76.1%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#351ade text on a black background
contrast 2.35:1
Card sample
#351ade text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #351ade;
Background color
Panel with #351ade background
background-color: #351ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #351ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #351ade; background: linear-gradient(135deg, #351ade, #B81ADE);