#3c2dec
a balanced, electric blue · warm · closest name: blue
RGB
60, 45, 236
HSL
245°, 83%, 55%
CMYK
75, 81, 0, 8
Luminance
0.0889
Every format
| HEX | #3c2dec |
| RGB | rgb(60, 45, 236) |
| HSL | hsl(245, 83%, 55%) |
| CMYK | cmyk(75%, 81%, 0%, 8%) |
| LAB | lab(35.8 63.6 -91.3) |
| LCH | lch(35.8 111.3 304.9) |
| OKLCH | oklch(0.474 0.265 273.2) |
Copy-ready code
/* CSS */
color: #3c2dec;
background-color: #3c2dec;
/* Tailwind (arbitrary) */
class="text-[#3c2dec] bg-[#3c2dec]"
/* SCSS */
$brand: #3c2dec;
/* SwiftUI */
Color(red: 0.235, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#3c2dec")Accessibility — WCAG contrast
Aa
#3c2dec on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2dec on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green17.6%
Blue92.5%
CMYK percentages
Cyan74.6%
Magenta80.9%
Yellow0.0%
Key (black)7.5%
Color previews
#3c2dec text on a black background
contrast 2.78:1
Card sample
#3c2dec text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2dec;
Background color
Panel with #3c2dec background
background-color: #3c2dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2dec; background: linear-gradient(135deg, #3c2dec, #BB2DEC);