#3ba4fe
a balanced, electric blue · cool · closest name: dodgerblue
RGB
59, 164, 254
HSL
208°, 99%, 61%
CMYK
77, 35, 0, 0
Luminance
0.3464
Every format
| HEX | #3ba4fe |
| RGB | rgb(59, 164, 254) |
| HSL | hsl(208, 99%, 61%) |
| CMYK | cmyk(77%, 35%, 0%, 0%) |
| LAB | lab(65.5 0.2 -53.1) |
| LCH | lch(65.5 53.1 270.2) |
| OKLCH | oklch(0.701 0.162 248.6) |
Copy-ready code
/* CSS */
color: #3ba4fe;
background-color: #3ba4fe;
/* Tailwind (arbitrary) */
class="text-[#3ba4fe] bg-[#3ba4fe]"
/* SCSS */
$brand: #3ba4fe;
/* SwiftUI */
Color(red: 0.231, green: 0.643, blue: 0.996)
/* Android */
Color.parseColor("#3ba4fe")Accessibility — WCAG contrast
Aa
#3ba4fe on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba4fe on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.3%
Blue99.6%
CMYK percentages
Cyan76.8%
Magenta35.4%
Yellow0.0%
Key (black)0.4%
Color previews
#3ba4fe text on a black background
contrast 7.93:1
Card sample
#3ba4fe text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba4fe;
Background color
Panel with #3ba4fe background
background-color: #3ba4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 164, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 164, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba4fe; background: linear-gradient(135deg, #3ba4fe, #543BFE);