#3c64cf
a balanced, vivid blue · cool · closest name: royalblue
RGB
60, 100, 207
HSL
224°, 61%, 52%
CMYK
71, 52, 0, 19
Luminance
0.1458
Every format
| HEX | #3c64cf |
| RGB | rgb(60, 100, 207) |
| HSL | hsl(224, 61%, 52%) |
| CMYK | cmyk(71%, 52%, 0%, 19%) |
| LAB | lab(45.0 22.3 -59.5) |
| LCH | lch(45.0 63.6 290.5) |
| OKLCH | oklch(0.534 0.172 265.5) |
Copy-ready code
/* CSS */
color: #3c64cf;
background-color: #3c64cf;
/* Tailwind (arbitrary) */
class="text-[#3c64cf] bg-[#3c64cf]"
/* SCSS */
$brand: #3c64cf;
/* SwiftUI */
Color(red: 0.235, green: 0.392, blue: 0.812)
/* Android */
Color.parseColor("#3c64cf")Accessibility — WCAG contrast
Aa
#3c64cf on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c64cf on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green39.2%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta51.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3c64cf text on a black background
contrast 3.92:1
Card sample
#3c64cf text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c64cf;
Background color
Panel with #3c64cf background
background-color: #3c64cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c64cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 100, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 100, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c64cf; background: linear-gradient(135deg, #3c64cf, #763CCF);