#3fa2eb
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 162, 235
HSL
206°, 81%, 58%
CMYK
73, 31, 0, 8
Luminance
0.3290
Every format
| HEX | #3fa2eb |
| RGB | rgb(63, 162, 235) |
| HSL | hsl(206, 81%, 58%) |
| CMYK | cmyk(73%, 31%, 0%, 8%) |
| LAB | lab(64.1 -4.9 -44.9) |
| LCH | lch(64.1 45.2 263.8) |
| OKLCH | oklch(0.687 0.141 244.5) |
Copy-ready code
/* CSS */
color: #3fa2eb;
background-color: #3fa2eb;
/* Tailwind (arbitrary) */
class="text-[#3fa2eb] bg-[#3fa2eb]"
/* SCSS */
$brand: #3fa2eb;
/* SwiftUI */
Color(red: 0.247, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#3fa2eb")Accessibility — WCAG contrast
Aa
#3fa2eb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fa2eb on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green63.5%
Blue92.2%
CMYK percentages
Cyan73.2%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#3fa2eb text on a black background
contrast 7.58:1
Card sample
#3fa2eb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fa2eb;
Background color
Panel with #3fa2eb background
background-color: #3fa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fa2eb; background: linear-gradient(135deg, #3fa2eb, #4F3FEB);