#352afd
a balanced, electric blue · warm · closest name: blue
RGB
53, 42, 253
HSL
243°, 98%, 58%
CMYK
79, 83, 0, 1
Luminance
0.0950
Every format
| HEX | #352afd |
| RGB | rgb(53, 42, 253) |
| HSL | hsl(243, 98%, 58%) |
| CMYK | cmyk(79%, 83%, 0%, 1%) |
| LAB | lab(36.9 69.3 -99.0) |
| LCH | lch(36.9 120.8 305.0) |
| OKLCH | oklch(0.487 0.286 270.7) |
Copy-ready code
/* CSS */
color: #352afd;
background-color: #352afd;
/* Tailwind (arbitrary) */
class="text-[#352afd] bg-[#352afd]"
/* SCSS */
$brand: #352afd;
/* SwiftUI */
Color(red: 0.208, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#352afd")Accessibility — WCAG contrast
Aa
#352afd on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352afd on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green16.5%
Blue99.2%
CMYK percentages
Cyan79.1%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#352afd text on a black background
contrast 2.90:1
Card sample
#352afd text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352afd;
Background color
Panel with #352afd background
background-color: #352afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352afd; background: linear-gradient(135deg, #352afd, #C12AFD);