Black Magic
#4f4554
Looking for the precise values behind Black Magic (#4f4554)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4f4554 | |
|---|---|---|
| RGB | rgb(79, 69, 84) | |
| HSL | hsl(280, 10%, 30%) | |
| CMYK | cmyk(6%, 18%, 0%, 67%) | |
| LAB | lab(31, 7, -7) | |
| OKLCH | oklch(0.41 0.028 314) |
Color harmonies
Tints & shades
Code snippets
color: #4f4554;
background-color: #4f4554;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF4F4554)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.27, blue: 0.33, alpha: 1.0)