#3c45cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 69, 207
HSL
236°, 61%, 52%
CMYK
71, 67, 0, 19
Luminance
0.0972
Every format
| HEX | #3c45cf |
| RGB | rgb(60, 69, 207) |
| HSL | hsl(236, 61%, 52%) |
| CMYK | cmyk(71%, 67%, 0%, 19%) |
| LAB | lab(37.3 41.8 -72.1) |
| LCH | lch(37.3 83.3 300.1) |
| OKLCH | oklch(0.477 0.209 272.5) |
Copy-ready code
/* CSS */
color: #3c45cf;
background-color: #3c45cf;
/* Tailwind (arbitrary) */
class="text-[#3c45cf] bg-[#3c45cf]"
/* SCSS */
$brand: #3c45cf;
/* SwiftUI */
Color(red: 0.235, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#3c45cf")Accessibility — WCAG contrast
Aa
#3c45cf on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c45cf on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green27.1%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3c45cf text on a black background
contrast 2.94:1
Card sample
#3c45cf text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c45cf;
Background color
Panel with #3c45cf background
background-color: #3c45cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c45cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c45cf; background: linear-gradient(135deg, #3c45cf, #953CCF);