#4e4ecf
a balanced, vivid blue · warm · closest name: slateblue
RGB
78, 78, 207
HSL
240°, 57%, 56%
CMYK
62, 62, 0, 19
Luminance
0.1157
Every format
| HEX | #4e4ecf |
| RGB | rgb(78, 78, 207) |
| HSL | hsl(240, 57%, 56%) |
| CMYK | cmyk(62%, 62%, 0%, 19%) |
| LAB | lab(40.5 38.8 -66.8) |
| LCH | lch(40.5 77.3 300.1) |
| OKLCH | oklch(0.503 0.194 276.9) |
Copy-ready code
/* CSS */
color: #4e4ecf;
background-color: #4e4ecf;
/* Tailwind (arbitrary) */
class="text-[#4e4ecf] bg-[#4e4ecf]"
/* SCSS */
$brand: #4e4ecf;
/* SwiftUI */
Color(red: 0.306, green: 0.306, blue: 0.812)
/* Android */
Color.parseColor("#4e4ecf")Accessibility — WCAG contrast
Aa
#4e4ecf on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e4ecf on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green30.6%
Blue81.2%
CMYK percentages
Cyan62.3%
Magenta62.3%
Yellow0.0%
Key (black)18.8%
Color previews
#4e4ecf text on a black background
contrast 3.31:1
Card sample
#4e4ecf text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e4ecf;
Background color
Panel with #4e4ecf background
background-color: #4e4ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e4ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 78, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 78, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e4ecf; background: linear-gradient(135deg, #4e4ecf, #A44ECF);