#352fdc
a balanced, vivid blue · warm · closest name: navy
RGB
53, 47, 220
HSL
242°, 71%, 52%
CMYK
76, 79, 0, 14
Luminance
0.0796
Every format
| HEX | #352fdc |
| RGB | rgb(53, 47, 220) |
| HSL | hsl(242, 71%, 52%) |
| CMYK | cmyk(76%, 79%, 0%, 14%) |
| LAB | lab(33.9 57.5 -85.3) |
| LCH | lch(33.9 102.9 304.0) |
| OKLCH | oklch(0.455 0.247 272.2) |
Copy-ready code
/* CSS */
color: #352fdc;
background-color: #352fdc;
/* Tailwind (arbitrary) */
class="text-[#352fdc] bg-[#352fdc]"
/* SCSS */
$brand: #352fdc;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.863)
/* Android */
Color.parseColor("#352fdc")Accessibility — WCAG contrast
Aa
#352fdc on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352fdc on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue86.3%
CMYK percentages
Cyan75.9%
Magenta78.6%
Yellow0.0%
Key (black)13.7%
Color previews
#352fdc text on a black background
contrast 2.59:1
Card sample
#352fdc text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352fdc;
Background color
Panel with #352fdc background
background-color: #352fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352fdc; background: linear-gradient(135deg, #352fdc, #A82FDC);