What Color Is 9A5567?

The hex code #9A5567 produces a muted medium pink. It breaks down into RGB channels of 154 red, 85 green, and 103 blue, placing it firmly in the pink color family. On the HSL model, it sits at 344° on the color wheel with 29% saturation — giving it a muted quality — and 47% lightness, making it medium. The perceived brightness is 42% (108/255), meaning light text (#ffffff) will provide optimal readability when layered on top.

9A5567 Color Values

FormatValueUsage
HEX#9A5567CSS, HTML, SVG
RGB154, 85, 103Screens, CSS, JavaScript
HSL344°, 29%, 47%CSS, Design tools
CMYK0%, 45%, 33%, 40%Print, packaging
Brightness42% (108/255)Accessibility checks
FamilypinkColor classification
TemperaturewarmDesign psychology

What Does 9A5567 Mean in Design?

Pink shades communicate romance, playfulness, compassion, and tenderness. As a medium variant with 29% saturation, #9A5567 carries a muted energy that makes it suitable for both primary and supporting roles in design systems. In color psychology, pink tones are associated with warmth and approachability, making #9A5567 ideal for brands that need to project friendliness and enthusiasm.

Where to Use 9A5567 — Practical Applications

Website hero sections — Use #9A5567 as a full-bleed background with light text (#ffffff) overlay text for immediate visual impact on landing pages.
UI card backgrounds — Apply at 15% opacity (rgba(154, 85, 103, 0.15)) for subtle card surfaces that add depth without overwhelming content.
Button accent color — Set as the primary CTA button color with a darker hover state (#7B4452) for clear interactive feedback.
Brand identity systems — Anchor a brand palette with #9A5567 as the primary swatch, using #559B88 as the complementary accent.
Data visualization — Use in chart legends and graph bars. Pair with #689B55 and #55689B for a triadic scheme that maximizes readability.
Social media templates — Create cohesive Instagram stories and LinkedIn banners using #9A5567 backgrounds with white typography overlays.
Email marketing headers — Apply as the top banner gradient from #9A5567 to #B3808D for eye-catching newsletter designs.
Mobile app theming — Set as the navigation bar and status bar color on both iOS and Android for a consistent, branded mobile experience.

9A5567 Color Combinations

These are mathematically calculated color harmonies based on the 344° hue position of #9A5567 on the color wheel. Use them to build balanced, professional palettes.

Similar Colors to 9A5567

Colors visually close to #9A5567 with subtle variations in hue, saturation, or brightness. Useful for creating gradient transitions, hover states, and layered interface designs.

Tints and Shades of 9A5567

A tint is made by mixing #9A5567 with white (increasing lightness), while a shade is made by mixing with black (decreasing lightness). These variations are essential for creating depth, hierarchy, and interactive states in UI design.

Lighter 75%: #B3808D
Lighter 50%: #CCAAB3
Lighter 25%: #E6D4D9
Base Color: #9A5567
Darker 20%: #7B4452
Darker 40%: #5C333E
Darker 60%: #3E2229

How to Use 9A5567 in CSS

Copy-ready CSS code snippets for implementing #9A5567 in your stylesheets. Includes custom properties, gradients, and opacity variants.

.element {
    color: #9A5567;
    background-color: #9A5567;
    border: 2px solid #9A5567;
    box-shadow: 0 4px 14px rgba(154, 85, 103, 0.35);
}

/* CSS Custom Property */
:root {
    --color-primary: #9A5567;
    --color-primary-light: #B3808D;
    --color-primary-dark: #7B4452;
    --color-primary-rgb: 154, 85, 103;
}

/* Gradient example */
.gradient-bg {
    background: linear-gradient(135deg, #9A5567 0%, #9B6555 100%);
}

/* RGBA with opacity */
.overlay {
    background: rgba(154, 85, 103, 0.15);
}

9A5567 in Design Systems

When integrating #9A5567 into a design system, define it as a semantic token: --color-pink-medium: #9A5567;. For WCAG 2.1 AA compliance, pair it with light text (#ffffff) for body text. The lighter tint #B3808D works for subtle surface fills, while the darker shade #7B4452 is ideal for focus rings and active states. In Figma or Sketch, add it to your shared library as Pink/Medium so the entire team references the single source of truth.

Accessibility Considerations for 9A5567

Since #9A5567 is a dark color (brightness 42%), use light text (#ffffff or #f0f0f0) for readable contrast that meets WCAG 2.1 AA minimum requirements. Always test with tools like the ColorPickerCode contrast checker before shipping to production.

Frequently Asked Questions About 9A5567

What color is #9A5567?
#9A5567 is a muted medium pink with RGB(154, 85, 103) and HSL(344°, 29%, 47%). It belongs to the pink family.
What is the RGB value of 9A5567?
RGB(154, 85, 103). Red=154, Green=85, Blue=103. Each channel ranges from 0 to 255.
Is #9A5567 dark or light?
Perceived brightness is 108/255 (42%), classified as medium. Use light text (#ffffff) for body text.
What is the CMYK of 9A5567?
CMYK: 0%, 45%, 33%, 40%. Use this for print reproduction of #9A5567.
What colors go well with #9A5567?
Complementary: #559B88. Analogous: #9B6555 & #9B558A. Triadic: #689B55 & #55689B.
How do I use 9A5567 in CSS?
color: #9A5567; for text, background-color: #9A5567; for backgrounds, border: 2px solid #9A5567; for borders.
What is the HSL of #9A5567?
HSL: 344°, 29%, 47%. Hue 344°, saturation 29%, lightness 47%.
Can #9A5567 be used for branding?
Yes. Test in both RGB (screens) and CMYK (print). Pair with #ffffff for text. The pink family projects warmth and energy.