Coffee Diva
#bea88d
Looking for the precise values behind Coffee Diva (#bea88d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bea88d | |
|---|---|---|
| RGB | rgb(190, 168, 141) | |
| HSL | hsl(33, 27%, 65%) | |
| CMYK | cmyk(0%, 12%, 26%, 25%) | |
| LAB | lab(70, 5, 17) | |
| OKLCH | oklch(0.74 0.045 73) |
Color harmonies
Tints & shades
Code snippets
color: #bea88d;
background-color: #bea88d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFBEA88D)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.66, blue: 0.55, alpha: 1.0)