#352fef
a balanced, electric blue · warm · closest name: blue
RGB
53, 47, 239
HSL
242°, 86%, 56%
CMYK
78, 80, 0, 6
Luminance
0.0902
Every format
| HEX | #352fef |
| RGB | rgb(53, 47, 239) |
| HSL | hsl(242, 86%, 56%) |
| CMYK | cmyk(78%, 80%, 0%, 6%) |
| LAB | lab(36.0 63.2 -92.6) |
| LCH | lch(36.0 112.1 304.3) |
| OKLCH | oklch(0.476 0.268 271.2) |
Copy-ready code
/* CSS */
color: #352fef;
background-color: #352fef;
/* Tailwind (arbitrary) */
class="text-[#352fef] bg-[#352fef]"
/* SCSS */
$brand: #352fef;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#352fef")Accessibility — WCAG contrast
Aa
#352fef on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352fef on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue93.7%
CMYK percentages
Cyan77.8%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#352fef text on a black background
contrast 2.80:1
Card sample
#352fef text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352fef;
Background color
Panel with #352fef background
background-color: #352fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352fef; background: linear-gradient(135deg, #352fef, #B52FEF);