#4833ff
a balanced, electric blue · warm · closest name: blue
RGB
72, 51, 255
HSL
246°, 100%, 60%
CMYK
72, 80, 0, 0
Luminance
0.1097
Every format
| HEX | #4833ff |
| RGB | rgb(72, 51, 255) |
| HSL | hsl(246, 100%, 60%) |
| CMYK | cmyk(72%, 80%, 0%, 0%) |
| LAB | lab(39.5 67.2 -95.8) |
| LCH | lch(39.5 117.0 305.1) |
| OKLCH | oklch(0.508 0.278 274.7) |
Copy-ready code
/* CSS */
color: #4833ff;
background-color: #4833ff;
/* Tailwind (arbitrary) */
class="text-[#4833ff] bg-[#4833ff]"
/* SCSS */
$brand: #4833ff;
/* SwiftUI */
Color(red: 0.282, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#4833ff")Accessibility — WCAG contrast
Aa
#4833ff on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4833ff on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green20.0%
Blue100.0%
CMYK percentages
Cyan71.8%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#4833ff text on a black background
contrast 3.19:1
Card sample
#4833ff text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4833ff;
Background color
Panel with #4833ff background
background-color: #4833ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4833ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4833ff; background: linear-gradient(135deg, #4833ff, #D033FF);