#3f7eb3
a balanced, vivid blue · cool · “steelblue”
RGB
63, 126, 179
HSL
207°, 48%, 48%
CMYK
65, 30, 0, 30
Luminance
0.1923
Every format
| HEX | #3f7eb3 |
| RGB | rgb(63, 126, 179) |
| HSL | hsl(207, 48%, 48%) |
| CMYK | cmyk(65%, 30%, 0%, 30%) |
| LAB | lab(51.0 -3.4 -34.0) |
| LCH | lch(51.0 34.2 264.3) |
| OKLCH | oklch(0.575 0.105 246.3) |
Copy-ready code
/* CSS */
color: #3f7eb3;
background-color: #3f7eb3;
/* Tailwind (arbitrary) */
class="text-[#3f7eb3] bg-[#3f7eb3]"
/* SCSS */
$brand: #3f7eb3;
/* SwiftUI */
Color(red: 0.247, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#3f7eb3")Accessibility — WCAG contrast
Aa
#3f7eb3 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f7eb3 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green49.4%
Blue70.2%
CMYK percentages
Cyan64.8%
Magenta29.6%
Yellow0.0%
Key (black)29.8%
Color previews
#3f7eb3 text on a black background
contrast 4.85:1
Card sample
#3f7eb3 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f7eb3;
Background color
Panel with #3f7eb3 background
background-color: #3f7eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f7eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f7eb3; background: linear-gradient(135deg, #3f7eb3, #4D3FB3);