#4928ee
a balanced, electric blue · warm · closest name: blue
RGB
73, 40, 238
HSL
250°, 85%, 55%
CMYK
69, 83, 0, 7
Luminance
0.0911
Every format
| HEX | #4928ee |
| RGB | rgb(73, 40, 238) |
| HSL | hsl(250, 85%, 55%) |
| CMYK | cmyk(69%, 83%, 0%, 7%) |
| LAB | lab(36.2 67.1 -91.7) |
| LCH | lch(36.2 113.6 306.2) |
| OKLCH | oklch(0.480 0.267 277.0) |
Copy-ready code
/* CSS */
color: #4928ee;
background-color: #4928ee;
/* Tailwind (arbitrary) */
class="text-[#4928ee] bg-[#4928ee]"
/* SCSS */
$brand: #4928ee;
/* SwiftUI */
Color(red: 0.286, green: 0.157, blue: 0.933)
/* Android */
Color.parseColor("#4928ee")Accessibility — WCAG contrast
Aa
#4928ee on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4928ee on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green15.7%
Blue93.3%
CMYK percentages
Cyan69.3%
Magenta83.2%
Yellow0.0%
Key (black)6.7%
Color previews
#4928ee text on a black background
contrast 2.82:1
Card sample
#4928ee text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4928ee;
Background color
Panel with #4928ee background
background-color: #4928ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4928ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 40, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 40, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4928ee; background: linear-gradient(135deg, #4928ee, #CD28EE);