#3c3cdb
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 60, 219
HSL
240°, 69%, 55%
CMYK
73, 73, 0, 14
Luminance
0.0931
Every format
| HEX | #3c3cdb |
| RGB | rgb(60, 60, 219) |
| HSL | hsl(240, 69%, 55%) |
| CMYK | cmyk(73%, 73%, 0%, 14%) |
| LAB | lab(36.6 51.0 -80.3) |
| LCH | lch(36.6 95.1 302.4) |
| OKLCH | oklch(0.475 0.233 273.1) |
Copy-ready code
/* CSS */
color: #3c3cdb;
background-color: #3c3cdb;
/* Tailwind (arbitrary) */
class="text-[#3c3cdb] bg-[#3c3cdb]"
/* SCSS */
$brand: #3c3cdb;
/* SwiftUI */
Color(red: 0.235, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#3c3cdb")Accessibility — WCAG contrast
Aa
#3c3cdb on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c3cdb on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green23.5%
Blue85.9%
CMYK percentages
Cyan72.6%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#3c3cdb text on a black background
contrast 2.86:1
Card sample
#3c3cdb text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c3cdb;
Background color
Panel with #3c3cdb background
background-color: #3c3cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c3cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c3cdb; background: linear-gradient(135deg, #3c3cdb, #A63CDB);