#4f23ff
a balanced, electric blue · warm · closest name: blue
RGB
79, 35, 255
HSL
252°, 100%, 57%
CMYK
69, 86, 0, 0
Luminance
0.1008
Every format
| HEX | #4f23ff |
| RGB | rgb(79, 35, 255) |
| HSL | hsl(252, 100%, 57%) |
| CMYK | cmyk(69%, 86%, 0%, 0%) |
| LAB | lab(38.0 73.7 -98.3) |
| LCH | lch(38.0 122.8 306.9) |
| OKLCH | oklch(0.499 0.286 277.4) |
Copy-ready code
/* CSS */
color: #4f23ff;
background-color: #4f23ff;
/* Tailwind (arbitrary) */
class="text-[#4f23ff] bg-[#4f23ff]"
/* SCSS */
$brand: #4f23ff;
/* SwiftUI */
Color(red: 0.310, green: 0.137, blue: 1.000)
/* Android */
Color.parseColor("#4f23ff")Accessibility — WCAG contrast
Aa
#4f23ff on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f23ff on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green13.7%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta86.3%
Yellow0.0%
Key (black)0.0%
Color previews
#4f23ff text on a black background
contrast 3.02:1
Card sample
#4f23ff text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f23ff;
Background color
Panel with #4f23ff background
background-color: #4f23ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f23ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 35, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 35, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f23ff; background: linear-gradient(135deg, #4f23ff, #E223FF);