#350ade
a balanced, electric blue · warm · closest name: blue
RGB
53, 10, 222
HSL
252°, 91%, 46%
CMYK
76, 96, 0, 13
Luminance
0.0625
Every format
| HEX | #350ade |
| RGB | rgb(53, 10, 222) |
| HSL | hsl(252, 91%, 46%) |
| CMYK | cmyk(76%, 96%, 0%, 13%) |
| LAB | lab(30.0 70.3 -92.9) |
| LCH | lch(30.0 116.5 307.1) |
| OKLCH | oklch(0.429 0.269 273.3) |
Copy-ready code
/* CSS */
color: #350ade;
background-color: #350ade;
/* Tailwind (arbitrary) */
class="text-[#350ade] bg-[#350ade]"
/* SCSS */
$brand: #350ade;
/* SwiftUI */
Color(red: 0.208, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#350ade")Accessibility — WCAG contrast
Aa
#350ade on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#350ade on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green3.9%
Blue87.1%
CMYK percentages
Cyan76.1%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#350ade text on a black background
contrast 2.25:1
Card sample
#350ade text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #350ade;
Background color
Panel with #350ade background
background-color: #350ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #350ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #350ade; background: linear-gradient(135deg, #350ade, #C20ADE);