#325cdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
50, 92, 223
HSL
225°, 73%, 54%
CMYK
78, 59, 0, 13
Luminance
0.1366
Every format
| HEX | #325cdf |
| RGB | rgb(50, 92, 223) |
| HSL | hsl(225, 73%, 54%) |
| CMYK | cmyk(78%, 59%, 0%, 13%) |
| LAB | lab(43.7 32.0 -70.8) |
| LCH | lch(43.7 77.7 294.4) |
| OKLCH | oklch(0.527 0.205 265.9) |
Copy-ready code
/* CSS */
color: #325cdf;
background-color: #325cdf;
/* Tailwind (arbitrary) */
class="text-[#325cdf] bg-[#325cdf]"
/* SCSS */
$brand: #325cdf;
/* SwiftUI */
Color(red: 0.196, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#325cdf")Accessibility — WCAG contrast
Aa
#325cdf on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#325cdf on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green36.1%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#325cdf text on a black background
contrast 3.73:1
Card sample
#325cdf text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #325cdf;
Background color
Panel with #325cdf background
background-color: #325cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #325cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #325cdf; background: linear-gradient(135deg, #325cdf, #7B32DF);