Yellow Chalk
#f5f9ad
Yellow Chalk is a color with the hex code #f5f9ad. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f5f9ad | |
|---|---|---|
| RGB | rgb(245, 249, 173) | |
| HSL | hsl(63, 86%, 83%) | |
| CMYK | cmyk(2%, 0%, 31%, 2%) | |
| LAB | lab(96, -10, 36) | |
| OKLCH | oklch(0.96 0.096 111) |
Color harmonies
Tints & shades
Code snippets
color: #f5f9ad;
background-color: #f5f9ad;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5F9AD)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.98, blue: 0.68, alpha: 1.0)