#3c80cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 128, 207
HSL
212°, 61%, 52%
CMYK
71, 38, 0, 19
Luminance
0.2090
Every format
| HEX | #3c80cf |
| RGB | rgb(60, 128, 207) |
| HSL | hsl(212, 61%, 52%) |
| CMYK | cmyk(71%, 38%, 0%, 19%) |
| LAB | lab(52.8 4.8 -47.0) |
| LCH | lch(52.8 47.3 275.8) |
| OKLCH | oklch(0.594 0.139 254.0) |
Copy-ready code
/* CSS */
color: #3c80cf;
background-color: #3c80cf;
/* Tailwind (arbitrary) */
class="text-[#3c80cf] bg-[#3c80cf]"
/* SCSS */
$brand: #3c80cf;
/* SwiftUI */
Color(red: 0.235, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#3c80cf")Accessibility — WCAG contrast
Aa
#3c80cf on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c80cf on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green50.2%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#3c80cf text on a black background
contrast 5.18:1
Card sample
#3c80cf text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c80cf;
Background color
Panel with #3c80cf background
background-color: #3c80cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c80cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c80cf; background: linear-gradient(135deg, #3c80cf, #5A3CCF);