#3c2cf6
a balanced, electric blue · warm · closest name: blue
RGB
60, 44, 246
HSL
245°, 92%, 57%
CMYK
76, 82, 0, 4
Luminance
0.0942
Every format
| HEX | #3c2cf6 |
| RGB | rgb(60, 44, 246) |
| HSL | hsl(245, 92%, 57%) |
| CMYK | cmyk(76%, 82%, 0%, 4%) |
| LAB | lab(36.8 66.9 -95.3) |
| LCH | lch(36.8 116.4 305.1) |
| OKLCH | oklch(0.485 0.276 272.6) |
Copy-ready code
/* CSS */
color: #3c2cf6;
background-color: #3c2cf6;
/* Tailwind (arbitrary) */
class="text-[#3c2cf6] bg-[#3c2cf6]"
/* SCSS */
$brand: #3c2cf6;
/* SwiftUI */
Color(red: 0.235, green: 0.173, blue: 0.965)
/* Android */
Color.parseColor("#3c2cf6")Accessibility — WCAG contrast
Aa
#3c2cf6 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2cf6 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green17.3%
Blue96.5%
CMYK percentages
Cyan75.6%
Magenta82.1%
Yellow0.0%
Key (black)3.5%
Color previews
#3c2cf6 text on a black background
contrast 2.88:1
Card sample
#3c2cf6 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2cf6;
Background color
Panel with #3c2cf6 background
background-color: #3c2cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 44, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 44, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2cf6; background: linear-gradient(135deg, #3c2cf6, #C32CF6);