#3c89af
a balanced, vivid cyan · cool · closest name: steelblue
RGB
60, 137, 175
HSL
200°, 49%, 46%
CMYK
66, 22, 0, 31
Luminance
0.2195
Every format
| HEX | #3c89af |
| RGB | rgb(60, 137, 175) |
| HSL | hsl(200, 49%, 46%) |
| CMYK | cmyk(66%, 22%, 0%, 31%) |
| LAB | lab(54.0 -11.6 -27.0) |
| LCH | lch(54.0 29.4 246.8) |
| OKLCH | oklch(0.598 0.095 233.0) |
Copy-ready code
/* CSS */
color: #3c89af;
background-color: #3c89af;
/* Tailwind (arbitrary) */
class="text-[#3c89af] bg-[#3c89af]"
/* SCSS */
$brand: #3c89af;
/* SwiftUI */
Color(red: 0.235, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#3c89af")Accessibility — WCAG contrast
Aa
#3c89af on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c89af on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green53.7%
Blue68.6%
CMYK percentages
Cyan65.7%
Magenta21.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3c89af text on a black background
contrast 5.39:1
Card sample
#3c89af text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c89af;
Background color
Panel with #3c89af background
background-color: #3c89af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c89af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c89af; background: linear-gradient(135deg, #3c89af, #3C3CAF);