First Crush
#f6e2ea
First Crush is a color with the hex code #f6e2ea. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f6e2ea | |
|---|---|---|
| RGB | rgb(246, 226, 234) | |
| HSL | hsl(336, 53%, 93%) | |
| CMYK | cmyk(0%, 8%, 5%, 4%) | |
| LAB | lab(92, 8, -1) | |
| OKLCH | oklch(0.93 0.024 351) |
Color harmonies
Tints & shades
Code snippets
color: #f6e2ea;
background-color: #f6e2ea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6E2EA)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.89, blue: 0.92, alpha: 1.0)