#4f2fdf
a balanced, vivid blue · warm · closest name: blue
RGB
79, 47, 223
HSL
251°, 73%, 53%
CMYK
65, 79, 0, 13
Luminance
0.0902
Every format
| HEX | #4f2fdf |
| RGB | rgb(79, 47, 223) |
| HSL | hsl(251, 73%, 53%) |
| CMYK | cmyk(65%, 79%, 0%, 13%) |
| LAB | lab(36.0 60.5 -83.4) |
| LCH | lch(36.0 103.0 306.0) |
| OKLCH | oklch(0.476 0.244 280.0) |
Copy-ready code
/* CSS */
color: #4f2fdf;
background-color: #4f2fdf;
/* Tailwind (arbitrary) */
class="text-[#4f2fdf] bg-[#4f2fdf]"
/* SCSS */
$brand: #4f2fdf;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#4f2fdf")Accessibility — WCAG contrast
Aa
#4f2fdf on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2fdf on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.4%
Blue87.5%
CMYK percentages
Cyan64.6%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4f2fdf text on a black background
contrast 2.80:1
Card sample
#4f2fdf text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2fdf;
Background color
Panel with #4f2fdf background
background-color: #4f2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2fdf; background: linear-gradient(135deg, #4f2fdf, #C42FDF);