King’s Field
#f2e887
Looking for the precise values behind King’s Field (#f2e887)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f2e887 | |
|---|---|---|
| RGB | rgb(242, 232, 135) | |
| HSL | hsl(54, 80%, 74%) | |
| CMYK | cmyk(0%, 4%, 44%, 5%) | |
| LAB | lab(91, -6, 48) | |
| OKLCH | oklch(0.92 0.119 103) |
Color harmonies
Tints & shades
Code snippets
color: #f2e887;
background-color: #f2e887;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2E887)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.91, blue: 0.53, alpha: 1.0)