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