Color #BADAAB Color / Colour Code #BADAAB

    This page shows the hex color code for color #badaab (#BADAAB). The colour is a green tone with 39% saturation and 76% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #BADAAB

    Color Conversions

    HEX
    #BADAAB
    RGB
    rgb(186, 218, 171)
    HSL
    hsl(101, 39%, 76%)
    HSV
    hsv(101, 22%, 85%)
    CMYK
    cmyk(15%, 0%, 22%, 15%)

    Accessibility Contrast

    WCAG contrast ratios for #BADAAB against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.53:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    13.70:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.32:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

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

    Analogous Colors

    Hues at 71, 101, and 131 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 101, 221, and 341 degrees.

    Color Palettes Using #BADAAB

    Monochromatic Scale

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

    #213517 #426A2F #6DB14E #A8D095 #D3E8CA
    Warm Harmony

    Adjacent hues from 101 to 146 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.

    #7CB95F #65B95F #5FB970 #5FB986
    Cool Contrast

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

    #6DB14E #924EB1 #B14E9F #B14E6D
    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.

    #C5E0B8 #B8E0D3 #B8C5E0 #D3B8E0 #E0B8C5

    Shades & Tints of #BADAAB

    Lightness variations at hue 101 and 39% saturation.

    CSS Gradients with #BADAAB

    Green to Purple
    linear-gradient(135deg, #badaab, #cbaada)
    Analogous Fade
    linear-gradient(90deg, #badaab, #aadab3)
    Deep to Light
    linear-gradient(180deg, #27401c, #cbe3bf)
    Tricolor Sweep
    linear-gradient(135deg, #b9daaa, #aab9da, #daaab9)

    Design Use Cases for #BADAAB

    Balanced UI Color

    At 39% saturation, #BADAAB 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.

    Light Background Tint

    #BADAAB at 76% lightness creates a gentle tinted background. Use it for section backgrounds, alert banners, or card surfaces that need to stand out from a white page without strong contrast. It adds color personality while keeping the design light and open.

    Success & Growth Indicators

    #BADAAB falls in the green range (hue 101). Green universally represents success, growth, and safety. Use it for confirmation messages, positive chart data, eco-friendly badges, and health metrics. In financial dashboards, green indicates gains and positive performance.

    Gradient Pairing

    Create a gradient from #BADAAB (hue 101) to its complement at hue 281. For a subtler effect, try pairing with an analogous color at hue 131. Use CSS: background: linear-gradient(135deg, #badaab, #cbaada);

    CSS Code for #BADAAB

    /* Background */
    background-color: #badaab;
    background-color: rgb(186, 218, 171);
    background-color: hsl(101, 39%, 76%);
    /* Text */
    color: #badaab;
    /* Border */
    border: 2px solid #badaab;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(186, 218, 171, 0.3);
    /* CSS Variable */
    --color-primary: 101 39% 76%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #BADAAB across image editing and color design tools.

    About Color #BADAAB (#BADAAB)

    #BADAAB is a green color (colour) with RGB channel values of 186 red, 218 green, and 171 blue. The green channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 101 degrees with 39% saturation and 76% lightness, placing it in the neutral-to-cool range of the colour spectrum.

    The perceived brightness of #BADAAB is 203/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 15% cyan, 0% magenta, 22% yellow, and 15% key (black).

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

    The complementary colour #CBAADA creates maximum visual tension when paired with #BADAAB. For more harmonious color combinations, use the analogous colours #D1DAAA and #AADAB3, 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 #BADAAB

    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 #BADAAB?
    #BADAAB is Color #BADAAB, a green color (colour) with RGB(186, 218, 171), HSL(101, 39%, 76%), and CMYK(15%, 0%, 22%, 15%). Its perceived brightness is 203/255.
    Is #BADAAB accessible for text?
    Against white, #BADAAB has a contrast ratio of 1.53:1 (fails AA for normal text). Against black, it has 13.70:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #BADAAB?
    The complementary colour is #CBAADA (hue 281). For subtle color combinations, use analogous colours #D1DAAA and #AADAB3. The triadic palette adds #AAB9DA and #DAAAB9 for vibrant variety.
    How do I use #BADAAB in CSS?
    Use any format: color: #badaab; or rgb(186, 218, 171); or hsl(101, 39%, 76%). For CSS custom properties: --color-primary: 101 39% 76%; 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.