Palm
#afaf5e
Looking for the precise values behind Palm (#afaf5e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #afaf5e | |
|---|---|---|
| RGB | rgb(175, 175, 94) | |
| HSL | hsl(60, 34%, 53%) | |
| CMYK | cmyk(0%, 0%, 46%, 31%) | |
| LAB | lab(70, -9, 41) | |
| OKLCH | oklch(0.74 0.104 109) |
Color harmonies
Tints & shades
Code snippets
color: #afaf5e;
background-color: #afaf5e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFAFAF5E)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.69, blue: 0.37, alpha: 1.0)