#3c2afb
a balanced, electric blue · warm · closest name: blue
RGB
60, 42, 251
HSL
245°, 96%, 58%
CMYK
76, 83, 0, 2
Luminance
0.0958
Every format
| HEX | #3c2afb |
| RGB | rgb(60, 42, 251) |
| HSL | hsl(245, 96%, 58%) |
| CMYK | cmyk(76%, 83%, 0%, 2%) |
| LAB | lab(37.1 69.1 -97.6) |
| LCH | lch(37.1 119.6 305.3) |
| OKLCH | oklch(0.488 0.282 272.4) |
Copy-ready code
/* CSS */
color: #3c2afb;
background-color: #3c2afb;
/* Tailwind (arbitrary) */
class="text-[#3c2afb] bg-[#3c2afb]"
/* SCSS */
$brand: #3c2afb;
/* SwiftUI */
Color(red: 0.235, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#3c2afb")Accessibility — WCAG contrast
Aa
#3c2afb on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2afb on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green16.5%
Blue98.4%
CMYK percentages
Cyan76.1%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#3c2afb text on a black background
contrast 2.92:1
Card sample
#3c2afb text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2afb;
Background color
Panel with #3c2afb background
background-color: #3c2afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2afb; background: linear-gradient(135deg, #3c2afb, #C82AFB);