#3296df
a balanced, vivid blue · cool · closest name: steelblue
RGB
50, 150, 223
HSL
205°, 73%, 54%
CMYK
78, 33, 0, 13
Luminance
0.2782
Every format
| HEX | #3296df |
| RGB | rgb(50, 150, 223) |
| HSL | hsl(205, 73%, 54%) |
| CMYK | cmyk(78%, 33%, 0%, 13%) |
| LAB | lab(59.7 -3.8 -45.1) |
| LCH | lch(59.7 45.3 265.3) |
| OKLCH | oklch(0.650 0.141 245.0) |
Copy-ready code
/* CSS */
color: #3296df;
background-color: #3296df;
/* Tailwind (arbitrary) */
class="text-[#3296df] bg-[#3296df]"
/* SCSS */
$brand: #3296df;
/* SwiftUI */
Color(red: 0.196, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#3296df")Accessibility — WCAG contrast
Aa
#3296df on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3296df on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green58.8%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#3296df text on a black background
contrast 6.56:1
Card sample
#3296df text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3296df;
Background color
Panel with #3296df background
background-color: #3296df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3296df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3296df; background: linear-gradient(135deg, #3296df, #4132DF);