#3c9ad4
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 154, 212
HSL
203°, 64%, 53%
CMYK
72, 27, 0, 17
Luminance
0.2883
Every format
| HEX | #3c9ad4 |
| RGB | rgb(60, 154, 212) |
| HSL | hsl(203, 64%, 53%) |
| CMYK | cmyk(72%, 27%, 0%, 17%) |
| LAB | lab(60.6 -8.7 -37.6) |
| LCH | lch(60.6 38.6 257.0) |
| OKLCH | oklch(0.656 0.123 239.8) |
Copy-ready code
/* CSS */
color: #3c9ad4;
background-color: #3c9ad4;
/* Tailwind (arbitrary) */
class="text-[#3c9ad4] bg-[#3c9ad4]"
/* SCSS */
$brand: #3c9ad4;
/* SwiftUI */
Color(red: 0.235, green: 0.604, blue: 0.831)
/* Android */
Color.parseColor("#3c9ad4")Accessibility — WCAG contrast
Aa
#3c9ad4 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c9ad4 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green60.4%
Blue83.1%
CMYK percentages
Cyan71.7%
Magenta27.4%
Yellow0.0%
Key (black)16.9%
Color previews
#3c9ad4 text on a black background
contrast 6.77:1
Card sample
#3c9ad4 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c9ad4;
Background color
Panel with #3c9ad4 background
background-color: #3c9ad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c9ad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 154, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 154, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c9ad4; background: linear-gradient(135deg, #3c9ad4, #433CD4);