Rising Star
#f7f6d5
Looking for the precise values behind Rising Star (#f7f6d5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7f6d5 | |
|---|---|---|
| RGB | rgb(247, 246, 213) | |
| HSL | hsl(58, 68%, 90%) | |
| CMYK | cmyk(0%, 0%, 14%, 3%) | |
| LAB | lab(96, -4, 16) | |
| OKLCH | oklch(0.97 0.043 106) |
Color harmonies
Tints & shades
Code snippets
color: #f7f6d5;
background-color: #f7f6d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7F6D5)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.96, blue: 0.84, alpha: 1.0)