#3c79af
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 121, 175
HSL
208°, 49%, 46%
CMYK
66, 31, 0, 31
Luminance
0.1773
Every format
| HEX | #3c79af |
| RGB | rgb(60, 121, 175) |
| HSL | hsl(208, 49%, 46%) |
| CMYK | cmyk(66%, 31%, 0%, 31%) |
| LAB | lab(49.2 -2.3 -34.5) |
| LCH | lch(49.2 34.6 266.2) |
| OKLCH | oklch(0.560 0.105 247.6) |
Copy-ready code
/* CSS */
color: #3c79af;
background-color: #3c79af;
/* Tailwind (arbitrary) */
class="text-[#3c79af] bg-[#3c79af]"
/* SCSS */
$brand: #3c79af;
/* SwiftUI */
Color(red: 0.235, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#3c79af")Accessibility — WCAG contrast
Aa
#3c79af on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c79af on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green47.5%
Blue68.6%
CMYK percentages
Cyan65.7%
Magenta30.9%
Yellow0.0%
Key (black)31.4%
Color previews
#3c79af text on a black background
contrast 4.55:1
Card sample
#3c79af text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c79af;
Background color
Panel with #3c79af background
background-color: #3c79af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c79af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c79af; background: linear-gradient(135deg, #3c79af, #4C3CAF);