#321fcf
a balanced, vivid blue · warm · closest name: navy
RGB
50, 31, 207
HSL
247°, 74%, 47%
CMYK
76, 85, 0, 19
Luminance
0.0616
Every format
| HEX | #321fcf |
| RGB | rgb(50, 31, 207) |
| HSL | hsl(247, 74%, 47%) |
| CMYK | cmyk(76%, 85%, 0%, 19%) |
| LAB | lab(29.8 60.5 -84.5) |
| LCH | lch(29.8 104.0 305.6) |
| OKLCH | oklch(0.422 0.245 273.1) |
Copy-ready code
/* CSS */
color: #321fcf;
background-color: #321fcf;
/* Tailwind (arbitrary) */
class="text-[#321fcf] bg-[#321fcf]"
/* SCSS */
$brand: #321fcf;
/* SwiftUI */
Color(red: 0.196, green: 0.122, blue: 0.812)
/* Android */
Color.parseColor("#321fcf")Accessibility — WCAG contrast
Aa
#321fcf on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321fcf on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.2%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta85.0%
Yellow0.0%
Key (black)18.8%
Color previews
#321fcf text on a black background
contrast 2.23:1
Card sample
#321fcf text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321fcf;
Background color
Panel with #321fcf background
background-color: #321fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 31, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 31, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321fcf; background: linear-gradient(135deg, #321fcf, #A71FCF);