Pompelmo
#ff6666
Here's everything about the color Pompelmo (#ff6666) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff6666 | |
|---|---|---|
| RGB | rgb(255, 102, 102) | |
| HSL | hsl(0, 100%, 70%) | |
| CMYK | cmyk(0%, 60%, 60%, 0%) | |
| LAB | lab(64, 59, 32) | |
| OKLCH | oklch(0.7 0.187 23) |
Color harmonies
Tints & shades
Code snippets
color: #ff6666;
background-color: #ff6666;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF6666)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.40, blue: 0.40, alpha: 1.0)