#329ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
50, 154, 222
HSL
204°, 72%, 53%
CMYK
78, 31, 0, 13
Luminance
0.2906
Every format
| HEX | #329ade |
| RGB | rgb(50, 154, 222) |
| HSL | hsl(204, 72%, 53%) |
| CMYK | cmyk(78%, 31%, 0%, 13%) |
| LAB | lab(60.8 -6.4 -42.8) |
| LCH | lch(60.8 43.3 261.5) |
| OKLCH | oklch(0.659 0.137 242.3) |
Copy-ready code
/* CSS */
color: #329ade;
background-color: #329ade;
/* Tailwind (arbitrary) */
class="text-[#329ade] bg-[#329ade]"
/* SCSS */
$brand: #329ade;
/* SwiftUI */
Color(red: 0.196, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#329ade")Accessibility — WCAG contrast
Aa
#329ade on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#329ade on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green60.4%
Blue87.1%
CMYK percentages
Cyan77.5%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#329ade text on a black background
contrast 6.81:1
Card sample
#329ade text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #329ade;
Background color
Panel with #329ade background
background-color: #329ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #329ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #329ade; background: linear-gradient(135deg, #329ade, #3C32DE);