Jasmine Hex Code — #F8DE7E
RGB, HSL, and CMYK values for Jasmine.
Jasmine Color Values
| Format | Value |
|---|---|
| HEX | #F8DE7E |
| RGB | rgb(248, 222, 126) |
| HSL | hsl(47, 90%, 73%) |
| CMYK | cmyk(0%, 10%, 49%, 3%) |
Want to explore more shades? Use our Color Converter
About Jasmine
Color psychology: Grace, elegance.
Jasmine (#F8DE7E) is a light shade of yellow. It's commonly used in web design, graphic design, and branding where grace, elegance are desired associations.
How to Use Jasmine in CSS
/* Using HEX */ color: #F8DE7E; background-color: #F8DE7E; /* Using RGB */ color: rgb(248, 222, 126); /* Using HSL */ color: hsl(47, 90%, 73%);