#4f3ccc
a balanced, vivid blue · warm · closest name: slateblue
RGB
79, 60, 204
HSL
248°, 59%, 52%
CMYK
61, 71, 0, 20
Luminance
0.0925
Every format
| HEX | #4f3ccc |
| RGB | rgb(79, 60, 204) |
| HSL | hsl(248, 59%, 52%) |
| CMYK | cmyk(61%, 71%, 0%, 20%) |
| LAB | lab(36.5 48.4 -71.7) |
| LCH | lch(36.5 86.5 304.0) |
| OKLCH | oklch(0.473 0.210 280.7) |
Copy-ready code
/* CSS */
color: #4f3ccc;
background-color: #4f3ccc;
/* Tailwind (arbitrary) */
class="text-[#4f3ccc] bg-[#4f3ccc]"
/* SCSS */
$brand: #4f3ccc;
/* SwiftUI */
Color(red: 0.310, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#4f3ccc")Accessibility — WCAG contrast
Aa
#4f3ccc on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f3ccc on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green23.5%
Blue80.0%
CMYK percentages
Cyan61.3%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#4f3ccc text on a black background
contrast 2.85:1
Card sample
#4f3ccc text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f3ccc;
Background color
Panel with #4f3ccc background
background-color: #4f3ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f3ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f3ccc; background: linear-gradient(135deg, #4f3ccc, #AF3CCC);