Skip to main content

Bitter Lemon

#D2E823 aka “Pear” by Linktree

Bitter Lemon is a neutral medium color with the hex code #D2E823. Also known as "Pear" by Linktree . This vibrant hue can be represented as RGB 210, 232, 35 in digital design or CMYK 9%, 0%, 85%, 9% for print applications. Find matching Pantone color. Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.

Bitter Lemon color values

HEX
#D2E823
RGB
210, 232, 35
HSL
67°, 81%, 52%
CMYK
9, 0, 85, 9

About this color

Bitter Lemon sits at 67° on the color wheel with 81% saturation and 52% lightness, placing it in the yellow segment of the spectrum. With saturation at 81%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Bitter Lemon is rendered as rgb(210, 232, 35), where the green channel leads at 232, with red and blue channels close behind. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.

For print, Bitter Lemon translates to a CMYK breakdown of 9C 0M 85Y 9K. The low-to-moderate black value (9%) means the color's character in print comes primarily from its yellow ink content (85%), with black serving as a supporting shadow tone. In brand applications, this exact value is specified as Pear.

How to use Bitter Lemon

CSS Variable

:root {
  --brand-primary: #D2E823;
  --brand-primary-rgb: 210, 232, 35;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#D2E823',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 9%
M: 0%
Y: 85%
K: 9%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(210, 232, 35)
rgba(210, 232, 35, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using Bitter Lemon

1 brand uses this color in their identity

Frequently asked questions

What color is #D2E823?
#D2E823 is Bitter Lemon, a neutral medium color with RGB values of 210, 232, 35. It has a hue of 67°, 81% saturation, and 52% lightness in the HSL color space.
What is the RGB value of #D2E823?
The RGB color code for #D2E823 is rgb(210, 232, 35). This means it contains 210 red, 232 green, and 35 blue in the RGB color model.
Is Bitter Lemon a warm or cool color?
Bitter Lemon (#D2E823) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #D2E823 in CSS?
You can use #D2E823 in CSS with: background-color: #D2E823; or color: #D2E823; or as an RGB value: rgb(210, 232, 35). For print design, use CMYK: 9%, 0%, 85%, 9%.