Her Majesty
#f9a4a4
Her Majesty is a color with the hex code #f9a4a4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f9a4a4 | |
|---|---|---|
| RGB | rgb(249, 164, 164) | |
| HSL | hsl(0, 88%, 81%) | |
| CMYK | cmyk(0%, 34%, 34%, 2%) | |
| LAB | lab(76, 32, 14) | |
| OKLCH | oklch(0.8 0.101 20) |
Color harmonies
Tints & shades
Code snippets
color: #f9a4a4;
background-color: #f9a4a4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF9A4A4)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.64, blue: 0.64, alpha: 1.0)