Jasmine
#fff4bb
Looking for the precise values behind Jasmine (#fff4bb)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff4bb | |
|---|---|---|
| RGB | rgb(255, 244, 187) | |
| HSL | hsl(50, 100%, 87%) | |
| CMYK | cmyk(0%, 4%, 27%, 0%) | |
| LAB | lab(96, -2, 29) | |
| OKLCH | oklch(0.96 0.074 98) |
Color harmonies
Tints & shades
Code snippets
color: #fff4bb;
background-color: #fff4bb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF4BB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.96, blue: 0.73, alpha: 1.0)