#3c4fd7
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 79, 215
HSL
233°, 66%, 54%
CMYK
72, 63, 0, 16
Luminance
0.1146
Every format
| HEX | #3c4fd7 |
| RGB | rgb(60, 79, 215) |
| HSL | hsl(233, 66%, 54%) |
| CMYK | cmyk(72%, 63%, 0%, 16%) |
| LAB | lab(40.3 38.4 -71.8) |
| LCH | lch(40.3 81.4 298.2) |
| OKLCH | oklch(0.501 0.207 270.6) |
Copy-ready code
/* CSS */
color: #3c4fd7;
background-color: #3c4fd7;
/* Tailwind (arbitrary) */
class="text-[#3c4fd7] bg-[#3c4fd7]"
/* SCSS */
$brand: #3c4fd7;
/* SwiftUI */
Color(red: 0.235, green: 0.310, blue: 0.843)
/* Android */
Color.parseColor("#3c4fd7")Accessibility — WCAG contrast
Aa
#3c4fd7 on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c4fd7 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green31.0%
Blue84.3%
CMYK percentages
Cyan72.1%
Magenta63.3%
Yellow0.0%
Key (black)15.7%
Color previews
#3c4fd7 text on a black background
contrast 3.29:1
Card sample
#3c4fd7 text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c4fd7;
Background color
Panel with #3c4fd7 background
background-color: #3c4fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c4fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 79, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 79, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c4fd7; background: linear-gradient(135deg, #3c4fd7, #903CD7);