#3c1ace
a balanced, electric blue · warm · closest name: blue
RGB
60, 26, 206
HSL
251°, 78%, 46%
CMYK
71, 87, 0, 19
Luminance
0.0616
Every format
| HEX | #3c1ace |
| RGB | rgb(60, 26, 206) |
| HSL | hsl(251, 78%, 46%) |
| CMYK | cmyk(71%, 87%, 0%, 19%) |
| LAB | lab(29.8 62.6 -84.0) |
| LCH | lch(29.8 104.8 306.7) |
| OKLCH | oklch(0.423 0.244 276.7) |
Copy-ready code
/* CSS */
color: #3c1ace;
background-color: #3c1ace;
/* Tailwind (arbitrary) */
class="text-[#3c1ace] bg-[#3c1ace]"
/* SCSS */
$brand: #3c1ace;
/* SwiftUI */
Color(red: 0.235, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#3c1ace")Accessibility — WCAG contrast
Aa
#3c1ace on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c1ace on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green10.2%
Blue80.8%
CMYK percentages
Cyan70.9%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#3c1ace text on a black background
contrast 2.23:1
Card sample
#3c1ace text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c1ace;
Background color
Panel with #3c1ace background
background-color: #3c1ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c1ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c1ace; background: linear-gradient(135deg, #3c1ace, #B41ACE);