#4733ee
a balanced, electric blue · warm · closest name: blue
RGB
71, 51, 238
HSL
246°, 85%, 57%
CMYK
70, 79, 0, 7
Luminance
0.0988
Every format
| HEX | #4733ee |
| RGB | rgb(71, 51, 238) |
| HSL | hsl(246, 85%, 57%) |
| CMYK | cmyk(70%, 79%, 0%, 7%) |
| LAB | lab(37.6 62.3 -89.3) |
| LCH | lch(37.6 108.9 304.9) |
| OKLCH | oklch(0.490 0.260 275.7) |
Copy-ready code
/* CSS */
color: #4733ee;
background-color: #4733ee;
/* Tailwind (arbitrary) */
class="text-[#4733ee] bg-[#4733ee]"
/* SCSS */
$brand: #4733ee;
/* SwiftUI */
Color(red: 0.278, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#4733ee")Accessibility — WCAG contrast
Aa
#4733ee on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4733ee on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green20.0%
Blue93.3%
CMYK percentages
Cyan70.2%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#4733ee text on a black background
contrast 2.98:1
Card sample
#4733ee text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4733ee;
Background color
Panel with #4733ee background
background-color: #4733ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4733ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4733ee; background: linear-gradient(135deg, #4733ee, #C433EE);