#4f4dcd
a balanced, vivid blue · warm · closest name: slateblue
RGB
79, 77, 205
HSL
241°, 56%, 55%
CMYK
62, 62, 0, 20
Luminance
0.1138
Every format
| HEX | #4f4dcd |
| RGB | rgb(79, 77, 205) |
| HSL | hsl(241, 56%, 55%) |
| CMYK | cmyk(62%, 62%, 0%, 20%) |
| LAB | lab(40.2 38.9 -66.2) |
| LCH | lch(40.2 76.8 300.4) |
| OKLCH | oklch(0.500 0.192 277.6) |
Copy-ready code
/* CSS */
color: #4f4dcd;
background-color: #4f4dcd;
/* Tailwind (arbitrary) */
class="text-[#4f4dcd] bg-[#4f4dcd]"
/* SCSS */
$brand: #4f4dcd;
/* SwiftUI */
Color(red: 0.310, green: 0.302, blue: 0.804)
/* Android */
Color.parseColor("#4f4dcd")Accessibility — WCAG contrast
Aa
#4f4dcd on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f4dcd on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green30.2%
Blue80.4%
CMYK percentages
Cyan61.5%
Magenta62.4%
Yellow0.0%
Key (black)19.6%
Color previews
#4f4dcd text on a black background
contrast 3.28:1
Card sample
#4f4dcd text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4dcd;
Background color
Panel with #4f4dcd background
background-color: #4f4dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 77, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 77, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4dcd; background: linear-gradient(135deg, #4f4dcd, #A44DCD);