Color #CA9506 Color / Colour Code #CA9506

    This page shows the hex color code for color #ca9506 (#CA9506). The colour is a orange tone with 94% saturation and 41% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #CA9506

    Color Conversions

    HEX
    #CA9506
    RGB
    rgb(202, 149, 6)
    HSL
    hsl(44, 94%, 41%)
    HSV
    hsv(44, 97%, 79%)
    CMYK
    cmyk(0%, 26%, 97%, 21%)

    Accessibility Contrast

    WCAG contrast ratios for #CA9506 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    2.69:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    7.81:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    2.32:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

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

    Analogous Colors

    Hues at 14, 44, and 74 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 44, 164, and 284 degrees.

    Color Palettes Using #CA9506

    Monochromatic Scale

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

    #4A3702 #946E05 #F7B708 #FAD46B #FDEAB5
    Warm Harmony

    Adjacent hues from 44 to 89 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.

    #E8B730 #E8E530 #BDE830 #8FE830
    Cool Contrast

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

    #D9A926 #2656D9 #5026D9 #A926D9
    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.

    #E0D6B8 #C2E0B8 #B8E0D6 #B8C2E0 #D6B8E0

    Shades & Tints of #CA9506

    Lightness variations at hue 44 and 94% saturation.

    CSS Gradients with #CA9506

    Orange to Blue
    linear-gradient(135deg, #ca9506, #063bcb)
    Analogous Fade
    linear-gradient(90deg, #ca9506, #9dcb06)
    Deep to Light
    linear-gradient(180deg, #594203, #fce5a6)
    Tricolor Sweep
    linear-gradient(135deg, #cb9606, #06cb96, #9606cb)

    Design Use Cases for #CA9506

    High-Impact Accent

    With 94% saturation, #CA9506 is highly vivid. Reserve this for elements that need maximum attention: primary action buttons, notification badges, error states, or promotional banners. Use sparingly alongside neutral tones to avoid visual fatigue.

    Primary Interface Color

    At 41% lightness, #CA9506 is in the mid-range, making it ideal for interactive elements like buttons, links, and selected states. This lightness level ensures good contrast against both light and dark adjacent elements in most layouts.

    Warmth & Enthusiasm

    #CA9506 sits in the orange range (hue 44). Orange combines the energy of red with the warmth of yellow. It works naturally for progress indicators, pricing highlights, "new" badges, and friendly call-to-action buttons. Food and fitness brands frequently use this hue range.

    Gradient Pairing

    Create a gradient from #CA9506 (hue 44) to its complement at hue 224. For a subtler effect, try pairing with an analogous color at hue 74. Use CSS: background: linear-gradient(135deg, #ca9506, #063bcb);

    CSS Code for #CA9506

    /* Background */
    background-color: #ca9506;
    background-color: rgb(202, 149, 6);
    background-color: hsl(44, 94%, 41%);
    /* Text */
    color: #ca9506;
    /* Border */
    border: 2px solid #ca9506;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(202, 149, 6, 0.3);
    /* CSS Variable */
    --color-primary: 44 94% 41%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #CA9506 across image editing and color design tools.

    About Color #CA9506 (#CA9506)

    #CA9506 is a orange color (colour) with RGB channel values of 202 red, 149 green, and 6 blue. The red channel is dominant by a ratio of 33.7:1 over the weakest channel. In HSL terms, the hue sits at 44 degrees with 94% saturation and 41% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #CA9506 is 149/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This is a medium-brightness color that can work with either dark or light text depending on font weight and size. For print production, the CMYK equivalent is 0% cyan, 26% magenta, 97% yellow, and 21% key (black).

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

    The complementary colour #063BCB creates maximum visual tension when paired with #CA9506. For more harmonious color combinations, use the analogous colours #CB3406 and #9DCB06, 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 #CA9506

    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 #CA9506?
    #CA9506 is Color #CA9506, a orange color (colour) with RGB(202, 149, 6), HSL(44, 94%, 41%), and CMYK(0%, 26%, 97%, 21%). Its perceived brightness is 149/255.
    Is #CA9506 accessible for text?
    Against white, #CA9506 has a contrast ratio of 2.69:1 (fails AA for normal text). Against black, it has 7.81:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #CA9506?
    The complementary colour is #063BCB (hue 224). For subtle color combinations, use analogous colours #CB3406 and #9DCB06. The triadic palette adds #06CB96 and #9606CB for vibrant variety.
    How do I use #CA9506 in CSS?
    Use any format: color: #ca9506; or rgb(202, 149, 6); or hsl(44, 94%, 41%). For CSS custom properties: --color-primary: 44 94% 41%; 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.