Lion
#c19a62
Looking for the precise values behind Lion (#c19a62)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c19a62 | |
|---|---|---|
| RGB | rgb(193, 154, 98) | |
| HSL | hsl(35, 43%, 57%) | |
| CMYK | cmyk(0%, 20%, 49%, 24%) | |
| LAB | lab(66, 10, 35) | |
| OKLCH | oklch(0.71 0.087 76) |
Color harmonies
Tints & shades
Code snippets
color: #c19a62;
background-color: #c19a62;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC19A62)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.60, blue: 0.38, alpha: 1.0)