#3c2ecf
a balanced, vivid blue · warm · closest name: navy
RGB
60, 46, 207
HSL
245°, 64%, 50%
CMYK
71, 78, 0, 19
Luminance
0.0742
Every format
| HEX | #3c2ecf |
| RGB | rgb(60, 46, 207) |
| HSL | hsl(245, 64%, 50%) |
| CMYK | cmyk(71%, 78%, 0%, 19%) |
| LAB | lab(32.7 54.6 -79.7) |
| LCH | lch(32.7 96.6 304.4) |
| OKLCH | oklch(0.444 0.231 275.3) |
Copy-ready code
/* CSS */
color: #3c2ecf;
background-color: #3c2ecf;
/* Tailwind (arbitrary) */
class="text-[#3c2ecf] bg-[#3c2ecf]"
/* SCSS */
$brand: #3c2ecf;
/* SwiftUI */
Color(red: 0.235, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#3c2ecf")Accessibility — WCAG contrast
Aa
#3c2ecf on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2ecf on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green18.0%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#3c2ecf text on a black background
contrast 2.48:1
Card sample
#3c2ecf text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2ecf;
Background color
Panel with #3c2ecf background
background-color: #3c2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2ecf; background: linear-gradient(135deg, #3c2ecf, #A72ECF);