Sphinx
#a99593
Looking for the precise values behind Sphinx (#a99593)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a99593 | |
|---|---|---|
| RGB | rgb(169, 149, 147) | |
| HSL | hsl(5, 11%, 62%) | |
| CMYK | cmyk(0%, 12%, 13%, 34%) | |
| LAB | lab(63, 7, 4) | |
| OKLCH | oklch(0.69 0.024 25) |
Color harmonies
Tints & shades
Code snippets
color: #a99593;
background-color: #a99593;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFFA99593)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.58, blue: 0.58, alpha: 1.0)