#4823ff
a balanced, electric blue · warm · closest name: blue
RGB
72, 35, 255
HSL
250°, 100%, 57%
CMYK
72, 86, 0, 0
Luminance
0.0980
Every format
| HEX | #4823ff |
| RGB | rgb(72, 35, 255) |
| HSL | hsl(250, 100%, 57%) |
| CMYK | cmyk(72%, 86%, 0%, 0%) |
| LAB | lab(37.5 73.3 -99.2) |
| LCH | lch(37.5 123.3 306.5) |
| OKLCH | oklch(0.494 0.288 275.4) |
Copy-ready code
/* CSS */
color: #4823ff;
background-color: #4823ff;
/* Tailwind (arbitrary) */
class="text-[#4823ff] bg-[#4823ff]"
/* SCSS */
$brand: #4823ff;
/* SwiftUI */
Color(red: 0.282, green: 0.137, blue: 1.000)
/* Android */
Color.parseColor("#4823ff")Accessibility — WCAG contrast
Aa
#4823ff on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4823ff on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green13.7%
Blue100.0%
CMYK percentages
Cyan71.8%
Magenta86.3%
Yellow0.0%
Key (black)0.0%
Color previews
#4823ff text on a black background
contrast 2.96:1
Card sample
#4823ff text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4823ff;
Background color
Panel with #4823ff background
background-color: #4823ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4823ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 35, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 35, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4823ff; background: linear-gradient(135deg, #4823ff, #DB23FF);