#321ccf
a balanced, electric blue · warm · closest name: blue
RGB
50, 28, 207
HSL
247°, 76%, 46%
CMYK
76, 87, 0, 19
Luminance
0.0601
Every format
| HEX | #321ccf |
| RGB | rgb(50, 28, 207) |
| HSL | hsl(247, 76%, 46%) |
| CMYK | cmyk(76%, 87%, 0%, 19%) |
| LAB | lab(29.4 61.7 -85.2) |
| LCH | lch(29.4 105.1 305.9) |
| OKLCH | oklch(0.420 0.247 273.2) |
Copy-ready code
/* CSS */
color: #321ccf;
background-color: #321ccf;
/* Tailwind (arbitrary) */
class="text-[#321ccf] bg-[#321ccf]"
/* SCSS */
$brand: #321ccf;
/* SwiftUI */
Color(red: 0.196, green: 0.110, blue: 0.812)
/* Android */
Color.parseColor("#321ccf")Accessibility — WCAG contrast
Aa
#321ccf on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321ccf on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green11.0%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta86.5%
Yellow0.0%
Key (black)18.8%
Color previews
#321ccf text on a black background
contrast 2.20:1
Card sample
#321ccf text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321ccf;
Background color
Panel with #321ccf background
background-color: #321ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 28, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 28, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321ccf; background: linear-gradient(135deg, #321ccf, #AA1CCF);