Forbidden Fruit
#fe7b7c
Looking for the precise values behind Forbidden Fruit (#fe7b7c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fe7b7c | |
|---|---|---|
| RGB | rgb(254, 123, 124) | |
| HSL | hsl(360, 98%, 74%) | |
| CMYK | cmyk(0%, 52%, 51%, 0%) | |
| LAB | lab(68, 51, 24) | |
| OKLCH | oklch(0.74 0.16 21) |
Color harmonies
Tints & shades
Code snippets
color: #fe7b7c;
background-color: #fe7b7c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFE7B7C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.48, blue: 0.49, alpha: 1.0)