#3725c9
a balanced, vivid blue · warm · closest name: navy
RGB
55, 37, 201
HSL
247°, 69%, 47%
CMYK
73, 82, 0, 21
Luminance
0.0635
Every format
| HEX | #3725c9 |
| RGB | rgb(55, 37, 201) |
| HSL | hsl(247, 69%, 47%) |
| CMYK | cmyk(73%, 82%, 0%, 21%) |
| LAB | lab(30.3 56.6 -80.3) |
| LCH | lch(30.3 98.2 305.2) |
| OKLCH | oklch(0.424 0.233 274.9) |
Copy-ready code
/* CSS */
color: #3725c9;
background-color: #3725c9;
/* Tailwind (arbitrary) */
class="text-[#3725c9] bg-[#3725c9]"
/* SCSS */
$brand: #3725c9;
/* SwiftUI */
Color(red: 0.216, green: 0.145, blue: 0.788)
/* Android */
Color.parseColor("#3725c9")Accessibility — WCAG contrast
Aa
#3725c9 on white: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3725c9 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green14.5%
Blue78.8%
CMYK percentages
Cyan72.6%
Magenta81.6%
Yellow0.0%
Key (black)21.2%
Color previews
#3725c9 text on a black background
contrast 2.27:1
Card sample
#3725c9 text on a white background
contrast 9.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3725c9;
Background color
Panel with #3725c9 background
background-color: #3725c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3725c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 37, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 37, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3725c9; background: linear-gradient(135deg, #3725c9, #A425C9);