#4f18ff
a balanced, electric blue · warm · closest name: blue
RGB
79, 24, 255
HSL
254°, 100%, 55%
CMYK
69, 91, 0, 0
Luminance
0.0954
Every format
| HEX | #4f18ff |
| RGB | rgb(79, 24, 255) |
| HSL | hsl(254, 100%, 55%) |
| CMYK | cmyk(69%, 91%, 0%, 0%) |
| LAB | lab(37.0 76.7 -99.9) |
| LCH | lch(37.0 126.0 307.5) |
| OKLCH | oklch(0.492 0.291 277.7) |
Copy-ready code
/* CSS */
color: #4f18ff;
background-color: #4f18ff;
/* Tailwind (arbitrary) */
class="text-[#4f18ff] bg-[#4f18ff]"
/* SCSS */
$brand: #4f18ff;
/* SwiftUI */
Color(red: 0.310, green: 0.094, blue: 1.000)
/* Android */
Color.parseColor("#4f18ff")Accessibility — WCAG contrast
Aa
#4f18ff on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f18ff on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green9.4%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta90.6%
Yellow0.0%
Key (black)0.0%
Color previews
#4f18ff text on a black background
contrast 2.91:1
Card sample
#4f18ff text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f18ff;
Background color
Panel with #4f18ff background
background-color: #4f18ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f18ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 24, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 24, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f18ff; background: linear-gradient(135deg, #4f18ff, #E918FF);