Bergamot
#95c703
Bergamot, represented by the hex value #95c703, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #95c703 | |
|---|---|---|
| RGB | rgb(149, 199, 3) | |
| HSL | hsl(75, 97%, 40%) | |
| CMYK | cmyk(25%, 0%, 98%, 22%) | |
| LAB | lab(75, -33, 73) | |
| OKLCH | oklch(0.77 0.194 126) |
Color harmonies
Tints & shades
Code snippets
color: #95c703;
background-color: #95c703;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF95C703)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.78, blue: 0.01, alpha: 1.0)