Color #BEC581 Color / Colour Code #BEC581

    This page shows the hex color code for color #bec581 (#BEC581). The colour is a yellow tone with 37% saturation and 64% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #BEC581

    Color Conversions

    HEX
    #BEC581
    RGB
    rgb(190, 197, 129)
    HSL
    hsl(66, 37%, 64%)
    HSV
    hsv(66, 35%, 77%)
    CMYK
    cmyk(4%, 0%, 35%, 23%)

    Accessibility Contrast

    WCAG contrast ratios for #BEC581 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.83:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    11.49:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.57:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #BEC581 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 36, 66, and 96 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 66, 186, and 306 degrees.

    Color Palettes Using #BEC581

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 66 and saturation at 37%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #323418 #636930 #A5AF50 #C9CF96 #E4E7CB
    Warm Harmony

    Adjacent hues from 66 to 111 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #AEB762 #99B762 #84B762 #6FB762
    Cool Contrast

    Combines the base color at hue 66 with its complement at 246 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #A5AF50 #5A50AF #8950AF #AF50A5
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #DCE0B8 #B8E0BC #B8DCE0 #BCB8E0 #E0B8DC

    Shades & Tints of #BEC581

    Lightness variations at hue 66 and 37% saturation.

    CSS Gradients with #BEC581

    Yellow to Blue
    linear-gradient(135deg, #bec581, #8881c5)
    Analogous Fade
    linear-gradient(90deg, #bec581, #9cc581)
    Deep to Light
    linear-gradient(180deg, #3b3f1d, #dfe2c0)
    Tricolor Sweep
    linear-gradient(135deg, #bec581, #81bec5, #c581be)

    Design Use Cases for #BEC581

    Balanced UI Color

    At 37% saturation, #BEC581 strikes a balance between vibrancy and restraint. This makes it versatile for primary UI elements like navigation bars, card headers, and form accents. It draws attention without overwhelming adjacent content.

    Soft Accent & Highlight

    With 64% lightness, #BEC581 has a softer, more approachable quality. It works well for hover states, subtle highlights, progress indicators, and secondary UI elements. This lightness range is particularly effective for tag backgrounds and status indicators.

    Attention & Optimism

    #BEC581 is in the yellow spectrum (hue 66). Yellow attracts attention faster than any other color. Use it for warning labels, featured content markers, star ratings, and tooltip backgrounds. Pair with dark text since yellow often fails contrast checks against white.

    Gradient Pairing

    Create a gradient from #BEC581 (hue 66) to its complement at hue 246. For a subtler effect, try pairing with an analogous color at hue 96. Use CSS: background: linear-gradient(135deg, #bec581, #8881c5);

    CSS Code for #BEC581

    /* Background */
    background-color: #bec581;
    background-color: rgb(190, 197, 129);
    background-color: hsl(66, 37%, 64%);
    /* Text */
    color: #bec581;
    /* Border */
    border: 2px solid #bec581;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(190, 197, 129, 0.3);
    /* CSS Variable */
    --color-primary: 66 37% 64%;

    Similar Colors

    Colors visually similar to #BEC581 based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #BEC581 across image editing and color design tools.

    About Color #BEC581 (#BEC581)

    #BEC581 is a yellow color (colour) with RGB channel values of 190 red, 197 green, and 129 blue. The green channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 66 degrees with 37% saturation and 64% lightness, placing it in the neutral-to-cool range of the colour spectrum.

    The perceived brightness of #BEC581 is 187/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This means it appears bright to the human eye and is best paired with dark text for readability. For print production, the CMYK equivalent is 4% cyan, 0% magenta, 35% yellow, and 23% key (black).

    The WCAG contrast ratio of #BEC581 against white is 1.83:1 and against black is 11.49:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 11.49:1, or use it exclusively for decorative purposes.

    The complementary colour #8881C5 creates maximum visual tension when paired with #BEC581. For more harmonious color combinations, use the analogous colours #C5AA81 and #9CC581, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #BEC581

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #BEC581?
    #BEC581 is Color #BEC581, a yellow color (colour) with RGB(190, 197, 129), HSL(66, 37%, 64%), and CMYK(4%, 0%, 35%, 23%). Its perceived brightness is 187/255.
    Is #BEC581 accessible for text?
    Against white, #BEC581 has a contrast ratio of 1.83:1 (fails AA for normal text). Against black, it has 11.49:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #BEC581?
    The complementary colour is #8881C5 (hue 246). For subtle color combinations, use analogous colours #C5AA81 and #9CC581. The triadic palette adds #81BEC5 and #C581BE for vibrant variety.
    How do I use #BEC581 in CSS?
    Use any format: color: #bec581; or rgb(190, 197, 129); or hsl(66, 37%, 64%). For CSS custom properties: --color-primary: 66 37% 64%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.