#3c2ceb
a balanced, electric blue · warm · closest name: blue
RGB
60, 44, 235
HSL
245°, 83%, 55%
CMYK
75, 81, 0, 8
Luminance
0.0876
Every format
| HEX | #3c2ceb |
| RGB | rgb(60, 44, 235) |
| HSL | hsl(245, 83%, 55%) |
| CMYK | cmyk(75%, 81%, 0%, 8%) |
| LAB | lab(35.5 63.8 -91.2) |
| LCH | lch(35.5 111.2 305.0) |
| OKLCH | oklch(0.472 0.264 273.3) |
Copy-ready code
/* CSS */
color: #3c2ceb;
background-color: #3c2ceb;
/* Tailwind (arbitrary) */
class="text-[#3c2ceb] bg-[#3c2ceb]"
/* SCSS */
$brand: #3c2ceb;
/* SwiftUI */
Color(red: 0.235, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#3c2ceb")Accessibility — WCAG contrast
Aa
#3c2ceb on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2ceb on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green17.3%
Blue92.2%
CMYK percentages
Cyan74.5%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#3c2ceb text on a black background
contrast 2.75:1
Card sample
#3c2ceb text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2ceb;
Background color
Panel with #3c2ceb background
background-color: #3c2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2ceb; background: linear-gradient(135deg, #3c2ceb, #BB2CEB);