#352fac
a dark, vivid blue · warm · closest name: navy
RGB
53, 47, 172
HSL
243°, 57%, 43%
CMYK
69, 73, 0, 33
Luminance
0.0577
Every format
| HEX | #352fac |
| RGB | rgb(53, 47, 172) |
| HSL | hsl(243, 57%, 43%) |
| CMYK | cmyk(69%, 73%, 0%, 33%) |
| LAB | lab(28.8 42.3 -65.5) |
| LCH | lch(28.8 78.0 302.9) |
| OKLCH | oklch(0.404 0.190 275.8) |
Copy-ready code
/* CSS */
color: #352fac;
background-color: #352fac;
/* Tailwind (arbitrary) */
class="text-[#352fac] bg-[#352fac]"
/* SCSS */
$brand: #352fac;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#352fac")Accessibility — WCAG contrast
Aa
#352fac on white: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352fac on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue67.5%
CMYK percentages
Cyan69.2%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#352fac text on a black background
contrast 2.15:1
Card sample
#352fac text on a white background
contrast 9.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352fac;
Background color
Panel with #352fac background
background-color: #352fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352fac; background: linear-gradient(135deg, #352fac, #882FAC);