Pear (#D1E231)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.44:1 — vs black: 14.63:1

Color values

  • HEX #D1E231
  • RGB rgb(209, 226, 49)
  • HSL hsl(65, 75%, 53%)
  • CMYK cmyk( 8, 0, 78, 11 )
  • Websafe #CCCC33

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #D1E231 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Pear
#D1E231 Base
#4231E2
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Pear
#D1E231 Base
#E29B31
#79E231
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Pear
#D1E231 Base
#31D1E2
#E231D1
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Pear
#D1E231 Base
#3179E2
#9B31E2
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Pear
#D1E231 Base
#31E29B
#4231E2
#E23179
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Pear
#D1E231 Base
#626B0F
#A0AE18
#BCCD1D
#D9E755
#E0EB74
#EFF5B7
Shades & Tints

Darker shades and lighter tints of Pear, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#151603
#3D4209
#656E0F
#8D9A16
#B5C51C
Pear #D1E231 Base
#D9E756
#E1EC7A
#EAF29F
#F2F7C4
#FAFCE9
CSS & SCSS Snippets

Ready-to-use code snippets for #D1E231. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #D1E231;
}

/* Text */
.element {
    color: #D1E231;
}

/* Border */
.element {
    border: 1px solid #D1E231;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #D1E231,
        #4231E2
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #D1E231,
        #4231E2
    );
}
SCSS Variable
// SCSS variable
$pear: #D1E231;

// With RGB channels (useful for rgba() usage)
$pear-r: 209;
$pear-g: 226;
$pear-b: 49;

// Usage
.element {
    background-color: $pear;
    color: rgba($pear-r, $pear-g, $pear-b, 0.8);
}
Color Blindness Simulation

How Pear appears to people with different types of color vision deficiency.

Normal Vision #D1E231 How the color appears with full color vision.
Deuteranopia #DDDD33 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #E0E031 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #DFD5D5 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #D7D7D7 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Pear ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Pear #D1E231 Base
Bitter Lemon #CAE00D ΔE 1.54
Peridot #E6E200 ΔE 5.30
June Bud #BDDA57 ΔE 5.92
Titanium Yellow #EEE600 ΔE 6.42

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.