#3f60cf
a balanced, vivid blue · warm · closest name: royalblue
RGB
63, 96, 207
HSL
226°, 60%, 53%
CMYK
70, 54, 0, 19
Luminance
0.1393
Every format
| HEX | #3f60cf |
| RGB | rgb(63, 96, 207) |
| HSL | hsl(226, 60%, 53%) |
| CMYK | cmyk(70%, 54%, 0%, 19%) |
| LAB | lab(44.1 25.2 -61.0) |
| LCH | lch(44.1 66.0 292.5) |
| OKLCH | oklch(0.528 0.176 267.5) |
Copy-ready code
/* CSS */
color: #3f60cf;
background-color: #3f60cf;
/* Tailwind (arbitrary) */
class="text-[#3f60cf] bg-[#3f60cf]"
/* SCSS */
$brand: #3f60cf;
/* SwiftUI */
Color(red: 0.247, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#3f60cf")Accessibility — WCAG contrast
Aa
#3f60cf on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f60cf on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green37.6%
Blue81.2%
CMYK percentages
Cyan69.6%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#3f60cf text on a black background
contrast 3.79:1
Card sample
#3f60cf text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f60cf;
Background color
Panel with #3f60cf background
background-color: #3f60cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f60cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f60cf; background: linear-gradient(135deg, #3f60cf, #7E3FCF);