#3196fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
49, 150, 252
HSL
210°, 97%, 59%
CMYK
81, 41, 0, 1
Luminance
0.2949
Every format
| HEX | #3196fc |
| RGB | rgb(49, 150, 252) |
| HSL | hsl(210, 97%, 59%) |
| CMYK | cmyk(81%, 41%, 0%, 1%) |
| LAB | lab(61.2 6.6 -58.8) |
| LCH | lch(61.2 59.2 276.4) |
| OKLCH | oklch(0.667 0.176 252.5) |
Copy-ready code
/* CSS */
color: #3196fc;
background-color: #3196fc;
/* Tailwind (arbitrary) */
class="text-[#3196fc] bg-[#3196fc]"
/* SCSS */
$brand: #3196fc;
/* SwiftUI */
Color(red: 0.192, green: 0.588, blue: 0.988)
/* Android */
Color.parseColor("#3196fc")Accessibility — WCAG contrast
Aa
#3196fc on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3196fc on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green58.8%
Blue98.8%
CMYK percentages
Cyan80.6%
Magenta40.5%
Yellow0.0%
Key (black)1.2%
Color previews
#3196fc text on a black background
contrast 6.90:1
Card sample
#3196fc text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3196fc;
Background color
Panel with #3196fc background
background-color: #3196fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3196fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 150, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 150, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3196fc; background: linear-gradient(135deg, #3196fc, #5331FC);