#372cdf
a balanced, vivid blue · warm · closest name: blue
RGB
55, 44, 223
HSL
244°, 74%, 52%
CMYK
75, 80, 0, 13
Luminance
0.0794
Every format
| HEX | #372cdf |
| RGB | rgb(55, 44, 223) |
| HSL | hsl(244, 74%, 52%) |
| CMYK | cmyk(75%, 80%, 0%, 13%) |
| LAB | lab(33.9 60.0 -87.1) |
| LCH | lch(33.9 105.7 304.6) |
| OKLCH | oklch(0.456 0.252 272.7) |
Copy-ready code
/* CSS */
color: #372cdf;
background-color: #372cdf;
/* Tailwind (arbitrary) */
class="text-[#372cdf] bg-[#372cdf]"
/* SCSS */
$brand: #372cdf;
/* SwiftUI */
Color(red: 0.216, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#372cdf")Accessibility — WCAG contrast
Aa
#372cdf on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#372cdf on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green17.3%
Blue87.5%
CMYK percentages
Cyan75.3%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#372cdf text on a black background
contrast 2.59:1
Card sample
#372cdf text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #372cdf;
Background color
Panel with #372cdf background
background-color: #372cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #372cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #372cdf; background: linear-gradient(135deg, #372cdf, #AE2CDF);