#370cdf
a balanced, electric blue · warm · closest name: blue
RGB
55, 12, 223
HSL
252°, 90%, 46%
CMYK
75, 95, 0, 13
Luminance
0.0640
Every format
| HEX | #370cdf |
| RGB | rgb(55, 12, 223) |
| HSL | hsl(252, 90%, 46%) |
| CMYK | cmyk(75%, 95%, 0%, 13%) |
| LAB | lab(30.4 70.3 -92.8) |
| LCH | lch(30.4 116.4 307.2) |
| OKLCH | oklch(0.433 0.269 273.8) |
Copy-ready code
/* CSS */
color: #370cdf;
background-color: #370cdf;
/* Tailwind (arbitrary) */
class="text-[#370cdf] bg-[#370cdf]"
/* SCSS */
$brand: #370cdf;
/* SwiftUI */
Color(red: 0.216, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#370cdf")Accessibility — WCAG contrast
Aa
#370cdf on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#370cdf on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan75.3%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#370cdf text on a black background
contrast 2.28:1
Card sample
#370cdf text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #370cdf;
Background color
Panel with #370cdf background
background-color: #370cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #370cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #370cdf; background: linear-gradient(135deg, #370cdf, #C40CDF);