#3c2dfe
a balanced, electric blue · warm · closest name: blue
RGB
60, 45, 254
HSL
244°, 99%, 59%
CMYK
76, 82, 0, 0
Luminance
0.0999
Every format
| HEX | #3c2dfe |
| RGB | rgb(60, 45, 254) |
| HSL | hsl(244, 99%, 59%) |
| CMYK | cmyk(76%, 82%, 0%, 0%) |
| LAB | lab(37.8 68.7 -98.0) |
| LCH | lch(37.8 119.7 305.0) |
| OKLCH | oklch(0.494 0.284 272.1) |
Copy-ready code
/* CSS */
color: #3c2dfe;
background-color: #3c2dfe;
/* Tailwind (arbitrary) */
class="text-[#3c2dfe] bg-[#3c2dfe]"
/* SCSS */
$brand: #3c2dfe;
/* SwiftUI */
Color(red: 0.235, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#3c2dfe")Accessibility — WCAG contrast
Aa
#3c2dfe on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2dfe on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green17.6%
Blue99.6%
CMYK percentages
Cyan76.4%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#3c2dfe text on a black background
contrast 3.00:1
Card sample
#3c2dfe text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2dfe;
Background color
Panel with #3c2dfe background
background-color: #3c2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2dfe; background: linear-gradient(135deg, #3c2dfe, #C72DFE);