#352fda
a balanced, vivid blue · warm · closest name: navy
RGB
53, 47, 218
HSL
242°, 70%, 52%
CMYK
76, 78, 0, 15
Luminance
0.0785
Every format
| HEX | #352fda |
| RGB | rgb(53, 47, 218) |
| HSL | hsl(242, 70%, 52%) |
| CMYK | cmyk(76%, 78%, 0%, 15%) |
| LAB | lab(33.7 56.9 -84.5) |
| LCH | lch(33.7 101.9 304.0) |
| OKLCH | oklch(0.453 0.245 272.3) |
Copy-ready code
/* CSS */
color: #352fda;
background-color: #352fda;
/* Tailwind (arbitrary) */
class="text-[#352fda] bg-[#352fda]"
/* SCSS */
$brand: #352fda;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#352fda")Accessibility — WCAG contrast
Aa
#352fda on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352fda on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue85.5%
CMYK percentages
Cyan75.7%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#352fda text on a black background
contrast 2.57:1
Card sample
#352fda text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352fda;
Background color
Panel with #352fda background
background-color: #352fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352fda; background: linear-gradient(135deg, #352fda, #A72FDA);