#3c0cda
a balanced, electric blue · warm · closest name: blue
RGB
60, 12, 218
HSL
254°, 90%, 45%
CMYK
73, 95, 0, 15
Luminance
0.0629
Every format
| HEX | #3c0cda |
| RGB | rgb(60, 12, 218) |
| HSL | hsl(254, 90%, 45%) |
| CMYK | cmyk(73%, 95%, 0%, 15%) |
| LAB | lab(30.1 69.3 -90.4) |
| LCH | lch(30.1 113.9 307.5) |
| OKLCH | oklch(0.430 0.262 275.8) |
Copy-ready code
/* CSS */
color: #3c0cda;
background-color: #3c0cda;
/* Tailwind (arbitrary) */
class="text-[#3c0cda] bg-[#3c0cda]"
/* SCSS */
$brand: #3c0cda;
/* SwiftUI */
Color(red: 0.235, green: 0.047, blue: 0.855)
/* Android */
Color.parseColor("#3c0cda")Accessibility — WCAG contrast
Aa
#3c0cda on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c0cda on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green4.7%
Blue85.5%
CMYK percentages
Cyan72.5%
Magenta94.5%
Yellow0.0%
Key (black)14.5%
Color previews
#3c0cda text on a black background
contrast 2.26:1
Card sample
#3c0cda text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c0cda;
Background color
Panel with #3c0cda background
background-color: #3c0cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c0cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 12, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 12, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c0cda; background: linear-gradient(135deg, #3c0cda, #C50CDA);