#3c2ddb
a balanced, vivid blue · warm · closest name: blue
RGB
60, 45, 219
HSL
245°, 71%, 52%
CMYK
73, 80, 0, 14
Luminance
0.0795
Every format
| HEX | #3c2ddb |
| RGB | rgb(60, 45, 219) |
| HSL | hsl(245, 71%, 52%) |
| CMYK | cmyk(73%, 80%, 0%, 14%) |
| LAB | lab(33.9 58.7 -84.7) |
| LCH | lch(33.9 103.0 304.7) |
| OKLCH | oklch(0.456 0.246 274.4) |
Copy-ready code
/* CSS */
color: #3c2ddb;
background-color: #3c2ddb;
/* Tailwind (arbitrary) */
class="text-[#3c2ddb] bg-[#3c2ddb]"
/* SCSS */
$brand: #3c2ddb;
/* SwiftUI */
Color(red: 0.235, green: 0.176, blue: 0.859)
/* Android */
Color.parseColor("#3c2ddb")Accessibility — WCAG contrast
Aa
#3c2ddb on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2ddb on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green17.6%
Blue85.9%
CMYK percentages
Cyan72.6%
Magenta79.5%
Yellow0.0%
Key (black)14.1%
Color previews
#3c2ddb text on a black background
contrast 2.59:1
Card sample
#3c2ddb text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2ddb;
Background color
Panel with #3c2ddb background
background-color: #3c2ddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2ddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 45, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 45, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2ddb; background: linear-gradient(135deg, #3c2ddb, #B02DDB);