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