#3f9eee
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 158, 238
HSL
207°, 84%, 59%
CMYK
74, 34, 0, 7
Luminance
0.3168
Every format
| HEX | #3f9eee |
| RGB | rgb(63, 158, 238) |
| HSL | hsl(207, 84%, 59%) |
| CMYK | cmyk(74%, 34%, 0%, 7%) |
| LAB | lab(63.1 -1.5 -48.1) |
| LCH | lch(63.1 48.1 268.2) |
| OKLCH | oklch(0.680 0.148 247.7) |
Copy-ready code
/* CSS */
color: #3f9eee;
background-color: #3f9eee;
/* Tailwind (arbitrary) */
class="text-[#3f9eee] bg-[#3f9eee]"
/* SCSS */
$brand: #3f9eee;
/* SwiftUI */
Color(red: 0.247, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#3f9eee")Accessibility — WCAG contrast
Aa
#3f9eee on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3f9eee on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green62.0%
Blue93.3%
CMYK percentages
Cyan73.5%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#3f9eee text on a black background
contrast 7.34:1
Card sample
#3f9eee text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9eee;
Background color
Panel with #3f9eee background
background-color: #3f9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9eee; background: linear-gradient(135deg, #3f9eee, #553FEE);