#352fdf
a balanced, vivid blue · warm · closest name: blue
RGB
53, 47, 223
HSL
242°, 73%, 53%
CMYK
76, 79, 0, 13
Luminance
0.0812
Every format
| HEX | #352fdf |
| RGB | rgb(53, 47, 223) |
| HSL | hsl(242, 73%, 53%) |
| CMYK | cmyk(76%, 79%, 0%, 13%) |
| LAB | lab(34.2 58.4 -86.5) |
| LCH | lch(34.2 104.4 304.1) |
| OKLCH | oklch(0.458 0.250 272.0) |
Copy-ready code
/* CSS */
color: #352fdf;
background-color: #352fdf;
/* Tailwind (arbitrary) */
class="text-[#352fdf] bg-[#352fdf]"
/* SCSS */
$brand: #352fdf;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#352fdf")Accessibility — WCAG contrast
Aa
#352fdf on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352fdf on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#352fdf text on a black background
contrast 2.62:1
Card sample
#352fdf text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352fdf;
Background color
Panel with #352fdf background
background-color: #352fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352fdf; background: linear-gradient(135deg, #352fdf, #AA2FDF);