#3c85cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 133, 207
HSL
210°, 61%, 52%
CMYK
71, 36, 0, 19
Luminance
0.2224
Every format
| HEX | #3c85cf |
| RGB | rgb(60, 133, 207) |
| HSL | hsl(210, 61%, 52%) |
| CMYK | cmyk(71%, 36%, 0%, 19%) |
| LAB | lab(54.3 1.8 -44.8) |
| LCH | lch(54.3 44.8 272.3) |
| OKLCH | oklch(0.606 0.134 251.3) |
Copy-ready code
/* CSS */
color: #3c85cf;
background-color: #3c85cf;
/* Tailwind (arbitrary) */
class="text-[#3c85cf] bg-[#3c85cf]"
/* SCSS */
$brand: #3c85cf;
/* SwiftUI */
Color(red: 0.235, green: 0.522, blue: 0.812)
/* Android */
Color.parseColor("#3c85cf")Accessibility — WCAG contrast
Aa
#3c85cf on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c85cf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green52.2%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta35.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3c85cf text on a black background
contrast 5.45:1
Card sample
#3c85cf text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c85cf;
Background color
Panel with #3c85cf background
background-color: #3c85cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c85cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 133, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 133, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c85cf; background: linear-gradient(135deg, #3c85cf, #553CCF);