Pastel Pea
#bee7a5
Pastel Pea is a color with the hex code #bee7a5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bee7a5 | |
|---|---|---|
| RGB | rgb(190, 231, 165) | |
| HSL | hsl(97, 58%, 78%) | |
| CMYK | cmyk(18%, 0%, 29%, 9%) | |
| LAB | lab(87, -23, 28) | |
| OKLCH | oklch(0.88 0.098 134) |
Color harmonies
Tints & shades
Code snippets
color: #bee7a5;
background-color: #bee7a5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBEE7A5)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.91, blue: 0.65, alpha: 1.0)