#4f44ff
a balanced, electric blue · warm · closest name: blue
RGB
79, 68, 255
HSL
244°, 100%, 63%
CMYK
69, 73, 0, 0
Luminance
0.1302
Every format
| HEX | #4f44ff |
| RGB | rgb(79, 68, 255) |
| HSL | hsl(244, 100%, 63%) |
| CMYK | cmyk(69%, 73%, 0%, 0%) |
| LAB | lab(42.8 59.7 -90.3) |
| LCH | lch(42.8 108.3 303.5) |
| OKLCH | oklch(0.532 0.262 275.4) |
Copy-ready code
/* CSS */
color: #4f44ff;
background-color: #4f44ff;
/* Tailwind (arbitrary) */
class="text-[#4f44ff] bg-[#4f44ff]"
/* SCSS */
$brand: #4f44ff;
/* SwiftUI */
Color(red: 0.310, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#4f44ff")Accessibility — WCAG contrast
Aa
#4f44ff on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f44ff on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green26.7%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#4f44ff text on a black background
contrast 3.60:1
Card sample
#4f44ff text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f44ff;
Background color
Panel with #4f44ff background
background-color: #4f44ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f44ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f44ff; background: linear-gradient(135deg, #4f44ff, #CC44FF);