#327daf
a dark, vivid blue · cool · closest name: steelblue
RGB
50, 125, 175
HSL
204°, 56%, 44%
CMYK
71, 29, 0, 31
Luminance
0.1844
Every format
| HEX | #327daf |
| RGB | rgb(50, 125, 175) |
| HSL | hsl(204, 56%, 44%) |
| CMYK | cmyk(71%, 29%, 0%, 31%) |
| LAB | lab(50.0 -6.3 -33.2) |
| LCH | lch(50.0 33.8 259.2) |
| OKLCH | oklch(0.566 0.107 241.5) |
Copy-ready code
/* CSS */
color: #327daf;
background-color: #327daf;
/* Tailwind (arbitrary) */
class="text-[#327daf] bg-[#327daf]"
/* SCSS */
$brand: #327daf;
/* SwiftUI */
Color(red: 0.196, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#327daf")Accessibility — WCAG contrast
Aa
#327daf on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#327daf on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green49.0%
Blue68.6%
CMYK percentages
Cyan71.4%
Magenta28.6%
Yellow0.0%
Key (black)31.4%
Color previews
#327daf text on a black background
contrast 4.69:1
Card sample
#327daf text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #327daf;
Background color
Panel with #327daf background
background-color: #327daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #327daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #327daf; background: linear-gradient(135deg, #327daf, #3A32AF);