Color #170D35 Color / Colour Code #170D35

    This page shows the hex color code for color #170d35 (#170D35). The colour is a purple tone with 61% saturation and 13% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #170D35

    Color Conversions

    HEX
    #170D35
    RGB
    rgb(23, 13, 53)
    HSL
    hsl(255, 61%, 13%)
    HSV
    hsv(255, 75%, 21%)
    CMYK
    cmyk(57%, 75%, 0%, 79%)

    Accessibility Contrast

    WCAG contrast ratios for #170D35 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    18.33:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Black (#000000)
    1.15:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    15.80:1
    AA PassAA Large PassAAA Pass

    Complementary Colors

    #170D35 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 225, 255, and 285 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 255, 15, and 135 degrees.

    Color Palettes Using #170D35

    Monochromatic Scale

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

    #1B0F3E #351E7B #5932CD #9B84E1 #CDC1F0
    Warm Harmony

    Adjacent hues from 255 to 300 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.

    #6946D2 #8C46D2 #AF46D2 #D246D2
    Cool Contrast

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

    #5932CD #A6CD32 #59CD32 #32CD59
    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.

    #C2B8E0 #E0B8D6 #E0C2B8 #D6E0B8 #B8E0C2

    Shades & Tints of #170D35

    Lightness variations at hue 255 and 61% saturation.

    CSS Gradients with #170D35

    Purple to Green
    linear-gradient(135deg, #170d35, #2b350d)
    Analogous Fade
    linear-gradient(90deg, #170d35, #2b0d35)
    Deep to Light
    linear-gradient(180deg, #20124a, #c3b5ed)
    Tricolor Sweep
    linear-gradient(135deg, #170d35, #35170d, #0d3517)

    Design Use Cases for #170D35

    Vibrant Brand Color

    #170D35 has a strong 61% saturation that makes it ideal for brand identity elements. Use it for logos, primary call-to-action buttons, hero section accents, and marketing materials where visual impact matters. This saturation level is eye-catching without being harsh.

    Dark Mode Background

    At just 13% lightness, #170D35 works as a dark mode background or overlay color. Dark backgrounds reduce eye strain in low-light environments and make bright accent colors pop. Pair with light text (minimum 4.5:1 contrast ratio) for readability.

    Creativity & Premium Positioning

    #170D35 falls in the purple spectrum (hue 255). Purple communicates creativity, wisdom, and luxury. It is effective for premium product highlights, creative portfolio accents, meditation app interfaces, and rewards program branding. Purple occupies a unique space between the energy of red and the calm of blue.

    Gradient Pairing

    Create a gradient from #170D35 (hue 255) to its complement at hue 75. For a subtler effect, try pairing with an analogous color at hue 285. Use CSS: background: linear-gradient(135deg, #170d35, #2b350d);

    CSS Code for #170D35

    /* Background */
    background-color: #170d35;
    background-color: rgb(23, 13, 53);
    background-color: hsl(255, 61%, 13%);
    /* Text */
    color: #170d35;
    /* Border */
    border: 2px solid #170d35;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(23, 13, 53, 0.3);
    /* CSS Variable */
    --color-primary: 255 61% 13%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #170D35 across image editing and color design tools.

    About Color #170D35 (#170D35)

    #170D35 is a purple color (colour) with RGB channel values of 23 red, 13 green, and 53 blue. The blue channel is dominant by a ratio of 4.1:1 over the weakest channel. In HSL terms, the hue sits at 255 degrees with 61% saturation and 13% lightness, placing it in the cool range of the colour spectrum.

    The perceived brightness of #170D35 is 21/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This appears dark to the human eye, so pair it with light text for adequate readability. For print production, the CMYK equivalent is 57% cyan, 75% magenta, 0% yellow, and 79% key (black).

    The WCAG contrast ratio of #170D35 against white is 18.33:1 and against black is 1.15:1. This exceeds the AAA requirement (7:1) for normal text on white, making it excellent for body text and small UI labels on light backgrounds.

    The complementary colour #2B350D creates maximum visual tension when paired with #170D35. For more harmonious color combinations, use the analogous colours #0D1735 and #2B0D35, 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 #170D35

    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 #170D35?
    #170D35 is Color #170D35, a purple color (colour) with RGB(23, 13, 53), HSL(255, 61%, 13%), and CMYK(57%, 75%, 0%, 79%). Its perceived brightness is 21/255.
    Is #170D35 accessible for text?
    Against white, #170D35 has a contrast ratio of 18.33:1 (passes AA for normal text). Against black, it has 1.15:1 (fails AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #170D35?
    The complementary colour is #2B350D (hue 75). For subtle color combinations, use analogous colours #0D1735 and #2B0D35. The triadic palette adds #35170D and #0D3517 for vibrant variety.
    How do I use #170D35 in CSS?
    Use any format: color: #170d35; or rgb(23, 13, 53); or hsl(255, 61%, 13%). For CSS custom properties: --color-primary: 255 61% 13%; 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.