#3c5baf
a balanced, vivid blue · cool · closest name: royalblue
RGB
60, 91, 175
HSL
224°, 49%, 46%
CMYK
66, 48, 0, 31
Luminance
0.1154
Every format
| HEX | #3c5baf |
| RGB | rgb(60, 91, 175) |
| HSL | hsl(224, 49%, 46%) |
| CMYK | cmyk(66%, 48%, 0%, 31%) |
| LAB | lab(40.5 16.4 -48.3) |
| LCH | lch(40.5 51.0 288.8) |
| OKLCH | oklch(0.493 0.139 266.2) |
Copy-ready code
/* CSS */
color: #3c5baf;
background-color: #3c5baf;
/* Tailwind (arbitrary) */
class="text-[#3c5baf] bg-[#3c5baf]"
/* SCSS */
$brand: #3c5baf;
/* SwiftUI */
Color(red: 0.235, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#3c5baf")Accessibility — WCAG contrast
Aa
#3c5baf on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c5baf on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green35.7%
Blue68.6%
CMYK percentages
Cyan65.7%
Magenta48.0%
Yellow0.0%
Key (black)31.4%
Color previews
#3c5baf text on a black background
contrast 3.31:1
Card sample
#3c5baf text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c5baf;
Background color
Panel with #3c5baf background
background-color: #3c5baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c5baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c5baf; background: linear-gradient(135deg, #3c5baf, #6A3CAF);