#3c37df
a balanced, vivid blue · warm · closest name: navy
RGB
60, 55, 223
HSL
242°, 72%, 55%
CMYK
73, 75, 0, 13
Luminance
0.0902
Every format
| HEX | #3c37df |
| RGB | rgb(60, 55, 223) |
| HSL | hsl(242, 72%, 55%) |
| CMYK | cmyk(73%, 75%, 0%, 13%) |
| LAB | lab(36.0 55.0 -83.5) |
| LCH | lch(36.0 99.9 303.4) |
| OKLCH | oklch(0.472 0.242 273.3) |
Copy-ready code
/* CSS */
color: #3c37df;
background-color: #3c37df;
/* Tailwind (arbitrary) */
class="text-[#3c37df] bg-[#3c37df]"
/* SCSS */
$brand: #3c37df;
/* SwiftUI */
Color(red: 0.235, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#3c37df")Accessibility — WCAG contrast
Aa
#3c37df on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c37df on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green21.6%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#3c37df text on a black background
contrast 2.80:1
Card sample
#3c37df text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c37df;
Background color
Panel with #3c37df background
background-color: #3c37df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c37df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c37df; background: linear-gradient(135deg, #3c37df, #AC37DF);