#3c89ce
a balanced, vivid blue · cool · closest name: steelblue
RGB
60, 137, 206
HSL
208°, 60%, 52%
CMYK
71, 34, 0, 19
Luminance
0.2331
Every format
| HEX | #3c89ce |
| RGB | rgb(60, 137, 206) |
| HSL | hsl(208, 60%, 52%) |
| CMYK | cmyk(71%, 34%, 0%, 19%) |
| LAB | lab(55.4 -1.0 -42.4) |
| LCH | lch(55.4 42.5 268.7) |
| OKLCH | oklch(0.614 0.129 248.6) |
Copy-ready code
/* CSS */
color: #3c89ce;
background-color: #3c89ce;
/* Tailwind (arbitrary) */
class="text-[#3c89ce] bg-[#3c89ce]"
/* SCSS */
$brand: #3c89ce;
/* SwiftUI */
Color(red: 0.235, green: 0.537, blue: 0.808)
/* Android */
Color.parseColor("#3c89ce")Accessibility — WCAG contrast
Aa
#3c89ce on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c89ce on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green53.7%
Blue80.8%
CMYK percentages
Cyan70.9%
Magenta33.5%
Yellow0.0%
Key (black)19.2%
Color previews
#3c89ce text on a black background
contrast 5.66:1
Card sample
#3c89ce text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c89ce;
Background color
Panel with #3c89ce background
background-color: #3c89ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c89ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 137, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 137, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c89ce; background: linear-gradient(135deg, #3c89ce, #513CCE);