#4b2fcf
a balanced, vivid blue · warm · closest name: navy
RGB
75, 47, 207
HSL
251°, 63%, 50%
CMYK
64, 77, 0, 19
Luminance
0.0803
Every format
| HEX | #4b2fcf |
| RGB | rgb(75, 47, 207) |
| HSL | hsl(251, 63%, 50%) |
| CMYK | cmyk(64%, 77%, 0%, 19%) |
| LAB | lab(34.0 55.5 -77.5) |
| LCH | lch(34.0 95.3 305.6) |
| OKLCH | oklch(0.456 0.227 280.4) |
Copy-ready code
/* CSS */
color: #4b2fcf;
background-color: #4b2fcf;
/* Tailwind (arbitrary) */
class="text-[#4b2fcf] bg-[#4b2fcf]"
/* SCSS */
$brand: #4b2fcf;
/* SwiftUI */
Color(red: 0.294, green: 0.184, blue: 0.812)
/* Android */
Color.parseColor("#4b2fcf")Accessibility — WCAG contrast
Aa
#4b2fcf on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b2fcf on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green18.4%
Blue81.2%
CMYK percentages
Cyan63.8%
Magenta77.3%
Yellow0.0%
Key (black)18.8%
Color previews
#4b2fcf text on a black background
contrast 2.61:1
Card sample
#4b2fcf text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b2fcf;
Background color
Panel with #4b2fcf background
background-color: #4b2fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b2fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 47, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 47, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b2fcf; background: linear-gradient(135deg, #4b2fcf, #B62FCF);