#3f89af
a balanced, vivid blue · cool · closest name: steelblue
RGB
63, 137, 175
HSL
200°, 47%, 47%
CMYK
64, 22, 0, 31
Luminance
0.2204
Every format
| HEX | #3f89af |
| RGB | rgb(63, 137, 175) |
| HSL | hsl(200, 47%, 47%) |
| CMYK | cmyk(64%, 22%, 0%, 31%) |
| LAB | lab(54.1 -11.1 -26.9) |
| LCH | lch(54.1 29.0 247.6) |
| OKLCH | oklch(0.599 0.093 233.7) |
Copy-ready code
/* CSS */
color: #3f89af;
background-color: #3f89af;
/* Tailwind (arbitrary) */
class="text-[#3f89af] bg-[#3f89af]"
/* SCSS */
$brand: #3f89af;
/* SwiftUI */
Color(red: 0.247, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#3f89af")Accessibility — WCAG contrast
Aa
#3f89af on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f89af on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green53.7%
Blue68.6%
CMYK percentages
Cyan64.0%
Magenta21.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3f89af text on a black background
contrast 5.41:1
Card sample
#3f89af text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f89af;
Background color
Panel with #3f89af background
background-color: #3f89af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f89af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f89af; background: linear-gradient(135deg, #3f89af, #403FAF);