#3c41cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 65, 207
HSL
238°, 61%, 52%
CMYK
71, 69, 0, 19
Luminance
0.0925
Every format
| HEX | #3c41cf |
| RGB | rgb(60, 65, 207) |
| HSL | hsl(238, 61%, 52%) |
| CMYK | cmyk(71%, 69%, 0%, 19%) |
| LAB | lab(36.5 44.2 -73.5) |
| LCH | lch(36.5 85.8 301.0) |
| OKLCH | oklch(0.470 0.213 273.1) |
Copy-ready code
/* CSS */
color: #3c41cf;
background-color: #3c41cf;
/* Tailwind (arbitrary) */
class="text-[#3c41cf] bg-[#3c41cf]"
/* SCSS */
$brand: #3c41cf;
/* SwiftUI */
Color(red: 0.235, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#3c41cf")Accessibility — WCAG contrast
Aa
#3c41cf on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c41cf on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green25.5%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#3c41cf text on a black background
contrast 2.85:1
Card sample
#3c41cf text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c41cf;
Background color
Panel with #3c41cf background
background-color: #3c41cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c41cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c41cf; background: linear-gradient(135deg, #3c41cf, #993CCF);