#4725ee
a balanced, electric blue · warm · closest name: blue
RGB
71, 37, 238
HSL
250°, 86%, 54%
CMYK
70, 85, 0, 7
Luminance
0.0884
Every format
| HEX | #4725ee |
| RGB | rgb(71, 37, 238) |
| HSL | hsl(250, 86%, 54%) |
| CMYK | cmyk(70%, 85%, 0%, 7%) |
| LAB | lab(35.7 68.1 -92.6) |
| LCH | lch(35.7 114.9 306.3) |
| OKLCH | oklch(0.476 0.269 276.5) |
Copy-ready code
/* CSS */
color: #4725ee;
background-color: #4725ee;
/* Tailwind (arbitrary) */
class="text-[#4725ee] bg-[#4725ee]"
/* SCSS */
$brand: #4725ee;
/* SwiftUI */
Color(red: 0.278, green: 0.145, blue: 0.933)
/* Android */
Color.parseColor("#4725ee")Accessibility — WCAG contrast
Aa
#4725ee on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4725ee on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green14.5%
Blue93.3%
CMYK percentages
Cyan70.2%
Magenta84.5%
Yellow0.0%
Key (black)6.7%
Color previews
#4725ee text on a black background
contrast 2.77:1
Card sample
#4725ee text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4725ee;
Background color
Panel with #4725ee background
background-color: #4725ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4725ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 37, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 37, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4725ee; background: linear-gradient(135deg, #4725ee, #CD25EE);