Templar’s Gold
#f2e688
Templar’s Gold is a color with the hex code #f2e688. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f2e688 | |
|---|---|---|
| RGB | rgb(242, 230, 136) | |
| HSL | hsl(53, 80%, 74%) | |
| CMYK | cmyk(0%, 5%, 44%, 5%) | |
| LAB | lab(91, -5, 47) | |
| OKLCH | oklch(0.91 0.116 102) |
Color harmonies
Tints & shades
Code snippets
color: #f2e688;
background-color: #f2e688;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2E688)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.90, blue: 0.53, alpha: 1.0)