#3f96c5
a balanced, vivid blue · cool · closest name: steelblue
RGB
63, 150, 197
HSL
201°, 54%, 51%
CMYK
68, 24, 0, 23
Luminance
0.2690
Every format
| HEX | #3f96c5 |
| RGB | rgb(63, 150, 197) |
| HSL | hsl(201, 54%, 51%) |
| CMYK | cmyk(68%, 24%, 0%, 23%) |
| LAB | lab(58.9 -11.0 -31.9) |
| LCH | lch(58.9 33.8 250.9) |
| OKLCH | oklch(0.641 0.108 235.7) |
Copy-ready code
/* CSS */
color: #3f96c5;
background-color: #3f96c5;
/* Tailwind (arbitrary) */
class="text-[#3f96c5] bg-[#3f96c5]"
/* SCSS */
$brand: #3f96c5;
/* SwiftUI */
Color(red: 0.247, green: 0.588, blue: 0.773)
/* Android */
Color.parseColor("#3f96c5")Accessibility — WCAG contrast
Aa
#3f96c5 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f96c5 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green58.8%
Blue77.3%
CMYK percentages
Cyan68.0%
Magenta23.9%
Yellow0.0%
Key (black)22.7%
Color previews
#3f96c5 text on a black background
contrast 6.38:1
Card sample
#3f96c5 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f96c5;
Background color
Panel with #3f96c5 background
background-color: #3f96c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f96c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 150, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 150, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f96c5; background: linear-gradient(135deg, #3f96c5, #413FC5);