Groovy Lemon Pie
#d6be01
Looking for the precise values behind Groovy Lemon Pie (#d6be01)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d6be01 | |
|---|---|---|
| RGB | rgb(214, 190, 1) | |
| HSL | hsl(53, 99%, 42%) | |
| CMYK | cmyk(0%, 11%, 100%, 16%) | |
| LAB | lab(77, -2, 77) | |
| OKLCH | oklch(0.8 0.166 100) |
Color harmonies
Tints & shades
Code snippets
color: #d6be01;
background-color: #d6be01;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6BE01)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.75, blue: 0.00, alpha: 1.0)