#323cdf
a balanced, vivid blue · warm · closest name: navy
RGB
50, 60, 223
HSL
237°, 73%, 54%
CMYK
78, 73, 0, 13
Luminance
0.0924
Every format
| HEX | #323cdf |
| RGB | rgb(50, 60, 223) |
| HSL | hsl(237, 73%, 54%) |
| CMYK | cmyk(78%, 73%, 0%, 13%) |
| LAB | lab(36.4 51.5 -82.8) |
| LCH | lch(36.4 97.5 301.9) |
| OKLCH | oklch(0.474 0.240 270.3) |
Copy-ready code
/* CSS */
color: #323cdf;
background-color: #323cdf;
/* Tailwind (arbitrary) */
class="text-[#323cdf] bg-[#323cdf]"
/* SCSS */
$brand: #323cdf;
/* SwiftUI */
Color(red: 0.196, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#323cdf")Accessibility — WCAG contrast
Aa
#323cdf on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323cdf on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green23.5%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#323cdf text on a black background
contrast 2.85:1
Card sample
#323cdf text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323cdf;
Background color
Panel with #323cdf background
background-color: #323cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323cdf; background: linear-gradient(135deg, #323cdf, #9B32DF);