#3c72d4
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
60, 114, 212
HSL
219°, 64%, 53%
CMYK
72, 46, 0, 17
Luminance
0.1775
Every format
| HEX | #3c72d4 |
| RGB | rgb(60, 114, 212) |
| HSL | hsl(219, 64%, 53%) |
| CMYK | cmyk(72%, 46%, 0%, 17%) |
| LAB | lab(49.2 15.2 -55.7) |
| LCH | lch(49.2 57.8 285.3) |
| OKLCH | oklch(0.567 0.162 261.2) |
Copy-ready code
/* CSS */
color: #3c72d4;
background-color: #3c72d4;
/* Tailwind (arbitrary) */
class="text-[#3c72d4] bg-[#3c72d4]"
/* SCSS */
$brand: #3c72d4;
/* SwiftUI */
Color(red: 0.235, green: 0.447, blue: 0.831)
/* Android */
Color.parseColor("#3c72d4")Accessibility — WCAG contrast
Aa
#3c72d4 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c72d4 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green44.7%
Blue83.1%
CMYK percentages
Cyan71.7%
Magenta46.2%
Yellow0.0%
Key (black)16.9%
Color previews
#3c72d4 text on a black background
contrast 4.55:1
Card sample
#3c72d4 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c72d4;
Background color
Panel with #3c72d4 background
background-color: #3c72d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c72d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 114, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 114, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c72d4; background: linear-gradient(135deg, #3c72d4, #6B3CD4);