June Bud (#BDDA57)

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.58:1 — vs black: 13.33:1

Color values

  • HEX #BDDA57
  • RGB rgb(189, 218, 87)
  • HSL hsl(73, 63%, 59%)
  • CMYK cmyk( 13, 0, 60, 15 )
  • Websafe #CCCC66

Tags

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

Color Harmonies

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

Complementary

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

June Bud
#BDDA57 Base
#7457DA
Analogous

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

June Bud
#BDDA57 Base
#DAB557
#7CDA57
Triadic

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

June Bud
#BDDA57 Base
#57BDDA
#DA57BD
Split-Complementary

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

June Bud
#BDDA57 Base
#577CDA
#B557DA
Tetradic (Square)

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

June Bud
#BDDA57 Base
#57DAB5
#7457DA
#DA577C
Monochromatic

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

June Bud
#BDDA57 Base
#677D1B
#9BBB29
#B0D336
#CAE178
#D6E896
#EEF6D4
Shades & Tints

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

Shades (darker)

#111505
#37430F
#5D7119
#839E23
#A9CC2D
June Bud #BDDA57 Base
#C9E074
#D4E792
#E0EDAF
#EBF4CD
#F7FAEA
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #BDDA57,
        #7457DA
    );
}
SCSS Variable
// SCSS variable
$june-bud: #BDDA57;

// With RGB channels (useful for rgba() usage)
$june-bud-r: 189;
$june-bud-g: 218;
$june-bud-b: 87;

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

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

Normal Vision #BDDA57 How the color appears with full color vision.
Deuteranopia #D2D259 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 #D7D757 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #CACFCF Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #CECECE 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 June Bud ranked by perceptual difference (Delta-E 2000 — lower = more similar).

June Bud #BDDA57 Base
Vivid Lime Green #A6D608 ΔE 5.22
Android Green #A4C639 ΔE 5.39
Inchworm #B2EC5D ΔE 5.62
Yellow Green #9ACD32 ΔE 5.68

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.