#3c6aff
a balanced, electric blue · warm · closest name: royalblue
RGB
60, 106, 255
HSL
226°, 100%, 62%
CMYK
77, 58, 0, 0
Luminance
0.1849
Every format
| HEX | #3c6aff |
| RGB | rgb(60, 106, 255) |
| HSL | hsl(226, 100%, 62%) |
| CMYK | cmyk(77%, 58%, 0%, 0%) |
| LAB | lab(50.1 35.8 -78.4) |
| LCH | lch(50.1 86.2 294.5) |
| OKLCH | oklch(0.583 0.227 266.2) |
Copy-ready code
/* CSS */
color: #3c6aff;
background-color: #3c6aff;
/* Tailwind (arbitrary) */
class="text-[#3c6aff] bg-[#3c6aff]"
/* SCSS */
$brand: #3c6aff;
/* SwiftUI */
Color(red: 0.235, green: 0.416, blue: 1.000)
/* Android */
Color.parseColor("#3c6aff")Accessibility — WCAG contrast
Aa
#3c6aff on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c6aff on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green41.6%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta58.4%
Yellow0.0%
Key (black)0.0%
Color previews
#3c6aff text on a black background
contrast 4.70:1
Card sample
#3c6aff text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c6aff;
Background color
Panel with #3c6aff background
background-color: #3c6aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c6aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 106, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 106, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c6aff; background: linear-gradient(135deg, #3c6aff, #903CFF);