Color #968CD8 Color / Colour Code #968CD8

    This page shows the hex color code for color #968cd8 (#968CD8). The colour is a blue tone with 49% saturation and 70% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #968CD8

    Color Conversions

    HEX
    #968CD8
    RGB
    rgb(150, 140, 216)
    HSL
    hsl(248, 49%, 70%)
    HSV
    hsv(248, 35%, 85%)
    CMYK
    cmyk(31%, 35%, 0%, 15%)

    Accessibility Contrast

    WCAG contrast ratios for #968CD8 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    2.98:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    7.04:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    2.57:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #968CD8 paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 218, 248, and 278 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 248, 8, and 128 degrees.

    Color Palettes Using #968CD8

    Monochromatic Scale

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

    #191439 #312772 #5241BE #978DD8 #CBC6EB
    Warm Harmony

    Adjacent hues from 248 to 293 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.

    #6354C4 #7F54C4 #9B54C4 #B754C4
    Cool Contrast

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

    #5241BE #ADBE41 #6FBE41 #41BE52
    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.

    #BDB8E0 #E0B8DB #E0BDB8 #DBE0B8 #B8E0BD

    Shades & Tints of #968CD8

    Lightness variations at hue 248 and 49% saturation.

    CSS Gradients with #968CD8

    Blue to Yellow
    linear-gradient(135deg, #968cd8, #ced88d)
    Analogous Fade
    linear-gradient(90deg, #968cd8, #bc8dd8)
    Deep to Light
    linear-gradient(180deg, #1d1744, #c1bbe8)
    Tricolor Sweep
    linear-gradient(135deg, #978dd8, #d8978d, #8dd897)

    Design Use Cases for #968CD8

    Balanced UI Color

    At 49% saturation, #968CD8 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

    #968CD8 at 70% 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.

    Trust & Professional Identity

    #968CD8 sits in the blue range (hue 248). Blue is the world's most popular color for corporate identities because it conveys trust, stability, and competence. Use it for navigation bars, link text, form focus states, and any element where user confidence matters. Financial, healthcare, and technology brands rely heavily on this hue range.

    Gradient Pairing

    Create a gradient from #968CD8 (hue 248) to its complement at hue 68. For a subtler effect, try pairing with an analogous color at hue 278. Use CSS: background: linear-gradient(135deg, #968cd8, #ced88d);

    CSS Code for #968CD8

    /* Background */
    background-color: #968cd8;
    background-color: rgb(150, 140, 216);
    background-color: hsl(248, 49%, 70%);
    /* Text */
    color: #968cd8;
    /* Border */
    border: 2px solid #968cd8;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(150, 140, 216, 0.3);
    /* CSS Variable */
    --color-primary: 248 49% 70%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #968CD8 across image editing and color design tools.

    About Color #968CD8 (#968CD8)

    #968CD8 is a blue color (colour) with RGB channel values of 150 red, 140 green, and 216 blue. The blue channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 248 degrees with 49% saturation and 70% lightness, placing it in the cool range of the colour spectrum.

    The perceived brightness of #968CD8 is 152/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 31% cyan, 35% magenta, 0% yellow, and 15% key (black).

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

    The complementary colour #CED88D creates maximum visual tension when paired with #968CD8. For more harmonious color combinations, use the analogous colours #8DA9D8 and #BC8DD8, 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 #968CD8

    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 #968CD8?
    #968CD8 is Color #968CD8, a blue color (colour) with RGB(150, 140, 216), HSL(248, 49%, 70%), and CMYK(31%, 35%, 0%, 15%). Its perceived brightness is 152/255.
    Is #968CD8 accessible for text?
    Against white, #968CD8 has a contrast ratio of 2.98:1 (fails AA for normal text). Against black, it has 7.04:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #968CD8?
    The complementary colour is #CED88D (hue 68). For subtle color combinations, use analogous colours #8DA9D8 and #BC8DD8. The triadic palette adds #D8978D and #8DD897 for vibrant variety.
    How do I use #968CD8 in CSS?
    Use any format: color: #968cd8; or rgb(150, 140, 216); or hsl(248, 49%, 70%). For CSS custom properties: --color-primary: 248 49% 70%; 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.