#3c8abc
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 138, 188
HSL
203°, 52%, 49%
CMYK
68, 27, 0, 26
Luminance
0.2277
Every format
| HEX | #3c8abc |
| RGB | rgb(60, 138, 188) |
| HSL | hsl(203, 52%, 49%) |
| CMYK | cmyk(68%, 27%, 0%, 26%) |
| LAB | lab(54.8 -7.8 -33.1) |
| LCH | lch(54.8 34.0 256.8) |
| OKLCH | oklch(0.607 0.108 240.1) |
Copy-ready code
/* CSS */
color: #3c8abc;
background-color: #3c8abc;
/* Tailwind (arbitrary) */
class="text-[#3c8abc] bg-[#3c8abc]"
/* SCSS */
$brand: #3c8abc;
/* SwiftUI */
Color(red: 0.235, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#3c8abc")Accessibility — WCAG contrast
Aa
#3c8abc on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c8abc on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green54.1%
Blue73.7%
CMYK percentages
Cyan68.1%
Magenta26.6%
Yellow0.0%
Key (black)26.3%
Color previews
#3c8abc text on a black background
contrast 5.55:1
Card sample
#3c8abc text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c8abc;
Background color
Panel with #3c8abc background
background-color: #3c8abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c8abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c8abc; background: linear-gradient(135deg, #3c8abc, #433CBC);