#3f82cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
63, 130, 207
HSL
212°, 60%, 53%
CMYK
70, 37, 0, 19
Luminance
0.2153
Every format
| HEX | #3f82cf |
| RGB | rgb(63, 130, 207) |
| HSL | hsl(212, 60%, 53%) |
| CMYK | cmyk(70%, 37%, 0%, 19%) |
| LAB | lab(53.5 4.0 -46.0) |
| LCH | lch(53.5 46.1 275.0) |
| OKLCH | oklch(0.600 0.136 253.7) |
Copy-ready code
/* CSS */
color: #3f82cf;
background-color: #3f82cf;
/* Tailwind (arbitrary) */
class="text-[#3f82cf] bg-[#3f82cf]"
/* SCSS */
$brand: #3f82cf;
/* SwiftUI */
Color(red: 0.247, green: 0.510, blue: 0.812)
/* Android */
Color.parseColor("#3f82cf")Accessibility — WCAG contrast
Aa
#3f82cf on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f82cf on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green51.0%
Blue81.2%
CMYK percentages
Cyan69.6%
Magenta37.2%
Yellow0.0%
Key (black)18.8%
Color previews
#3f82cf text on a black background
contrast 5.31:1
Card sample
#3f82cf text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f82cf;
Background color
Panel with #3f82cf background
background-color: #3f82cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f82cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 130, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 130, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f82cf; background: linear-gradient(135deg, #3f82cf, #5C3FCF);