#3ba4f3
a balanced, electric blue · cool · closest name: steelblue
RGB
59, 164, 243
HSL
206°, 89%, 59%
CMYK
76, 33, 0, 5
Luminance
0.3395
Every format
| HEX | #3ba4f3 |
| RGB | rgb(59, 164, 243) |
| HSL | hsl(206, 89%, 59%) |
| CMYK | cmyk(76%, 33%, 0%, 5%) |
| LAB | lab(64.9 -3.7 -48.0) |
| LCH | lch(64.9 48.1 265.6) |
| OKLCH | oklch(0.695 0.150 245.4) |
Copy-ready code
/* CSS */
color: #3ba4f3;
background-color: #3ba4f3;
/* Tailwind (arbitrary) */
class="text-[#3ba4f3] bg-[#3ba4f3]"
/* SCSS */
$brand: #3ba4f3;
/* SwiftUI */
Color(red: 0.231, green: 0.643, blue: 0.953)
/* Android */
Color.parseColor("#3ba4f3")Accessibility — WCAG contrast
Aa
#3ba4f3 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba4f3 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.3%
Blue95.3%
CMYK percentages
Cyan75.7%
Magenta32.5%
Yellow0.0%
Key (black)4.7%
Color previews
#3ba4f3 text on a black background
contrast 7.79:1
Card sample
#3ba4f3 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba4f3;
Background color
Panel with #3ba4f3 background
background-color: #3ba4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 164, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 164, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba4f3; background: linear-gradient(135deg, #3ba4f3, #4D3BF3);