#352cdf
a balanced, vivid blue · warm · closest name: blue
RGB
53, 44, 223
HSL
243°, 74%, 52%
CMYK
76, 80, 0, 13
Luminance
0.0789
Every format
| HEX | #352cdf |
| RGB | rgb(53, 44, 223) |
| HSL | hsl(243, 74%, 52%) |
| CMYK | cmyk(76%, 80%, 0%, 13%) |
| LAB | lab(33.7 59.9 -87.3) |
| LCH | lch(33.7 105.8 304.4) |
| OKLCH | oklch(0.455 0.253 272.2) |
Copy-ready code
/* CSS */
color: #352cdf;
background-color: #352cdf;
/* Tailwind (arbitrary) */
class="text-[#352cdf] bg-[#352cdf]"
/* SCSS */
$brand: #352cdf;
/* SwiftUI */
Color(red: 0.208, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#352cdf")Accessibility — WCAG contrast
Aa
#352cdf on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352cdf on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green17.3%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#352cdf text on a black background
contrast 2.58:1
Card sample
#352cdf text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352cdf;
Background color
Panel with #352cdf background
background-color: #352cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352cdf; background: linear-gradient(135deg, #352cdf, #AC2CDF);