#3f91af
a balanced, vivid cyan · cool · closest name: steelblue
RGB
63, 145, 175
HSL
196°, 47%, 47%
CMYK
64, 17, 0, 31
Luminance
0.2440
Every format
| HEX | #3f91af |
| RGB | rgb(63, 145, 175) |
| HSL | hsl(196, 47%, 47%) |
| CMYK | cmyk(64%, 17%, 0%, 31%) |
| LAB | lab(56.5 -15.5 -23.1) |
| LCH | lch(56.5 27.8 236.2) |
| OKLCH | oklch(0.619 0.091 225.3) |
Copy-ready code
/* CSS */
color: #3f91af;
background-color: #3f91af;
/* Tailwind (arbitrary) */
class="text-[#3f91af] bg-[#3f91af]"
/* SCSS */
$brand: #3f91af;
/* SwiftUI */
Color(red: 0.247, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#3f91af")Accessibility — WCAG contrast
Aa
#3f91af on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f91af on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green56.9%
Blue68.6%
CMYK percentages
Cyan64.0%
Magenta17.1%
Yellow0.0%
Key (black)31.4%
Color previews
#3f91af text on a black background
contrast 5.88:1
Card sample
#3f91af text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f91af;
Background color
Panel with #3f91af background
background-color: #3f91af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f91af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f91af; background: linear-gradient(135deg, #3f91af, #3F46AF);