Angry Ghost
#eebbbb
Here's everything about the color Angry Ghost (#eebbbb) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eebbbb | |
|---|---|---|
| RGB | rgb(238, 187, 187) | |
| HSL | hsl(0, 60%, 83%) | |
| CMYK | cmyk(0%, 21%, 21%, 7%) | |
| LAB | lab(81, 19, 7) | |
| OKLCH | oklch(0.84 0.059 18) |
Color harmonies
Tints & shades
Code snippets
color: #eebbbb;
background-color: #eebbbb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEBBBB)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.73, blue: 0.73, alpha: 1.0)