#3c2fdc
a balanced, vivid blue · warm · closest name: navy
RGB
60, 47, 220
HSL
245°, 71%, 52%
CMYK
73, 79, 0, 14
Luminance
0.0816
Every format
| HEX | #3c2fdc |
| RGB | rgb(60, 47, 220) |
| HSL | hsl(245, 71%, 52%) |
| CMYK | cmyk(73%, 79%, 0%, 14%) |
| LAB | lab(34.3 58.0 -84.6) |
| LCH | lch(34.3 102.6 304.4) |
| OKLCH | oklch(0.459 0.245 274.2) |
Copy-ready code
/* CSS */
color: #3c2fdc;
background-color: #3c2fdc;
/* Tailwind (arbitrary) */
class="text-[#3c2fdc] bg-[#3c2fdc]"
/* SCSS */
$brand: #3c2fdc;
/* SwiftUI */
Color(red: 0.235, green: 0.184, blue: 0.863)
/* Android */
Color.parseColor("#3c2fdc")Accessibility — WCAG contrast
Aa
#3c2fdc on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2fdc on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green18.4%
Blue86.3%
CMYK percentages
Cyan72.7%
Magenta78.6%
Yellow0.0%
Key (black)13.7%
Color previews
#3c2fdc text on a black background
contrast 2.63:1
Card sample
#3c2fdc text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2fdc;
Background color
Panel with #3c2fdc background
background-color: #3c2fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 47, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 47, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2fdc; background: linear-gradient(135deg, #3c2fdc, #AF2FDC);