#4f3dff
a balanced, electric blue · warm · closest name: blue
RGB
79, 61, 255
HSL
246°, 100%, 62%
CMYK
69, 76, 0, 0
Luminance
0.1222
Every format
| HEX | #4f3dff |
| RGB | rgb(79, 61, 255) |
| HSL | hsl(246, 100%, 62%) |
| CMYK | cmyk(69%, 76%, 0%, 0%) |
| LAB | lab(41.6 63.2 -92.4) |
| LCH | lch(41.6 111.9 304.4) |
| OKLCH | oklch(0.524 0.269 275.9) |
Copy-ready code
/* CSS */
color: #4f3dff;
background-color: #4f3dff;
/* Tailwind (arbitrary) */
class="text-[#4f3dff] bg-[#4f3dff]"
/* SCSS */
$brand: #4f3dff;
/* SwiftUI */
Color(red: 0.310, green: 0.239, blue: 1.000)
/* Android */
Color.parseColor("#4f3dff")Accessibility — WCAG contrast
Aa
#4f3dff on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f3dff on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green23.9%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta76.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4f3dff text on a black background
contrast 3.44:1
Card sample
#4f3dff text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f3dff;
Background color
Panel with #4f3dff background
background-color: #4f3dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f3dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 61, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 61, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f3dff; background: linear-gradient(135deg, #4f3dff, #D03DFF);