#3c6ccc
a balanced, vivid blue · cool · closest name: royalblue
RGB
60, 108, 204
HSL
220°, 59%, 52%
CMYK
71, 47, 0, 20
Luminance
0.1605
Every format
| HEX | #3c6ccc |
| RGB | rgb(60, 108, 204) |
| HSL | hsl(220, 59%, 52%) |
| CMYK | cmyk(71%, 47%, 0%, 20%) |
| LAB | lab(47.0 16.1 -54.6) |
| LCH | lch(47.0 56.9 286.4) |
| OKLCH | oklch(0.549 0.158 262.4) |
Copy-ready code
/* CSS */
color: #3c6ccc;
background-color: #3c6ccc;
/* Tailwind (arbitrary) */
class="text-[#3c6ccc] bg-[#3c6ccc]"
/* SCSS */
$brand: #3c6ccc;
/* SwiftUI */
Color(red: 0.235, green: 0.424, blue: 0.800)
/* Android */
Color.parseColor("#3c6ccc")Accessibility — WCAG contrast
Aa
#3c6ccc on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c6ccc on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green42.4%
Blue80.0%
CMYK percentages
Cyan70.6%
Magenta47.1%
Yellow0.0%
Key (black)20.0%
Color previews
#3c6ccc text on a black background
contrast 4.21:1
Card sample
#3c6ccc text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c6ccc;
Background color
Panel with #3c6ccc background
background-color: #3c6ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c6ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 108, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 108, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c6ccc; background: linear-gradient(135deg, #3c6ccc, #6C3CCC);