Apricot Haze
#ffaaaa
Here's everything about the color Apricot Haze (#ffaaaa) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffaaaa | |
|---|---|---|
| RGB | rgb(255, 170, 170) | |
| HSL | hsl(0, 100%, 83%) | |
| CMYK | cmyk(0%, 33%, 33%, 0%) | |
| LAB | lab(78, 32, 14) | |
| OKLCH | oklch(0.82 0.101 19) |
Color harmonies
Tints & shades
Code snippets
color: #ffaaaa;
background-color: #ffaaaa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFAAAA)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.67, blue: 0.67, alpha: 1.0)