#3c3bdf
a balanced, vivid blue · warm · closest name: navy
RGB
60, 59, 223
HSL
240°, 72%, 55%
CMYK
73, 74, 0, 13
Luminance
0.0942
Every format
| HEX | #3c3bdf |
| RGB | rgb(60, 59, 223) |
| HSL | hsl(240, 72%, 55%) |
| CMYK | cmyk(73%, 74%, 0%, 13%) |
| LAB | lab(36.8 52.8 -82.2) |
| LCH | lch(36.8 97.7 302.7) |
| OKLCH | oklch(0.477 0.238 273.0) |
Copy-ready code
/* CSS */
color: #3c3bdf;
background-color: #3c3bdf;
/* Tailwind (arbitrary) */
class="text-[#3c3bdf] bg-[#3c3bdf]"
/* SCSS */
$brand: #3c3bdf;
/* SwiftUI */
Color(red: 0.235, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#3c3bdf")Accessibility — WCAG contrast
Aa
#3c3bdf on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c3bdf on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green23.1%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3c3bdf text on a black background
contrast 2.88:1
Card sample
#3c3bdf text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c3bdf;
Background color
Panel with #3c3bdf background
background-color: #3c3bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c3bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c3bdf; background: linear-gradient(135deg, #3c3bdf, #A93BDF);