#328cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
50, 140, 223
HSL
209°, 73%, 54%
CMYK
78, 37, 0, 13
Luminance
0.2476
Every format
| HEX | #328cdf |
| RGB | rgb(50, 140, 223) |
| HSL | hsl(209, 73%, 54%) |
| CMYK | cmyk(78%, 37%, 0%, 13%) |
| LAB | lab(56.8 2.1 -49.7) |
| LCH | lch(56.8 49.8 272.4) |
| OKLCH | oklch(0.627 0.151 250.2) |
Copy-ready code
/* CSS */
color: #328cdf;
background-color: #328cdf;
/* Tailwind (arbitrary) */
class="text-[#328cdf] bg-[#328cdf]"
/* SCSS */
$brand: #328cdf;
/* SwiftUI */
Color(red: 0.196, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#328cdf")Accessibility — WCAG contrast
Aa
#328cdf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#328cdf on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green54.9%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#328cdf text on a black background
contrast 5.95:1
Card sample
#328cdf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #328cdf;
Background color
Panel with #328cdf background
background-color: #328cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #328cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #328cdf; background: linear-gradient(135deg, #328cdf, #4B32DF);