#3532cf
a balanced, vivid blue · warm · closest name: navy
RGB
53, 50, 207
HSL
241°, 62%, 50%
CMYK
74, 76, 0, 19
Luminance
0.0754
Every format
| HEX | #3532cf |
| RGB | rgb(53, 50, 207) |
| HSL | hsl(241, 62%, 50%) |
| CMYK | cmyk(74%, 76%, 0%, 19%) |
| LAB | lab(33.0 52.0 -79.2) |
| LCH | lch(33.0 94.8 303.3) |
| OKLCH | oklch(0.445 0.230 272.8) |
Copy-ready code
/* CSS */
color: #3532cf;
background-color: #3532cf;
/* Tailwind (arbitrary) */
class="text-[#3532cf] bg-[#3532cf]"
/* SCSS */
$brand: #3532cf;
/* SwiftUI */
Color(red: 0.208, green: 0.196, blue: 0.812)
/* Android */
Color.parseColor("#3532cf")Accessibility — WCAG contrast
Aa
#3532cf on white: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3532cf on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green19.6%
Blue81.2%
CMYK percentages
Cyan74.4%
Magenta75.8%
Yellow0.0%
Key (black)18.8%
Color previews
#3532cf text on a black background
contrast 2.51:1
Card sample
#3532cf text on a white background
contrast 8.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3532cf;
Background color
Panel with #3532cf background
background-color: #3532cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3532cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 50, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 50, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3532cf; background: linear-gradient(135deg, #3532cf, #9E32CF);