#3c2cff
a balanced, electric blue · warm · closest name: blue
RGB
60, 44, 255
HSL
245°, 100%, 59%
CMYK
77, 83, 0, 0
Luminance
0.0998
Every format
| HEX | #3c2cff |
| RGB | rgb(60, 44, 255) |
| HSL | hsl(245, 100%, 59%) |
| CMYK | cmyk(77%, 83%, 0%, 0%) |
| LAB | lab(37.8 69.4 -98.6) |
| LCH | lch(37.8 120.6 305.1) |
| OKLCH | oklch(0.495 0.285 272.1) |
Copy-ready code
/* CSS */
color: #3c2cff;
background-color: #3c2cff;
/* Tailwind (arbitrary) */
class="text-[#3c2cff] bg-[#3c2cff]"
/* SCSS */
$brand: #3c2cff;
/* SwiftUI */
Color(red: 0.235, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#3c2cff")Accessibility — WCAG contrast
Aa
#3c2cff on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2cff on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green17.3%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3c2cff text on a black background
contrast 3.00:1
Card sample
#3c2cff text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2cff;
Background color
Panel with #3c2cff background
background-color: #3c2cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2cff; background: linear-gradient(135deg, #3c2cff, #C82CFF);