Quartz (#51484F)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 8.79:1 — vs black: 2.39:1

Color values

  • HEX #51484F
  • RGB rgb(81, 72, 79)
  • HSL hsl(313, 11%, 31%)
  • CMYK cmyk( 0, 11.11, 2.47, 68.24 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #51484F based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Quartz
#51484F Base
#48514A
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Quartz
#51484F Base
#4F4851
#51484A
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Quartz
#51484F Base
#4F5148
#484F51
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Quartz
#51484F Base
#4A5148
#48514F
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Quartz
#51484F Base
#514F48
#48514A
#484A51
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Quartz
#51484F Base
#0E0C0D
#292428
#3B353A
#675B64
#7A6C77
#9F939C
Shades & Tints

Darker shades and lighter tints of Quartz, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0E0C0D
#1B181A
#292428
#363035
#443C42
Quartz #51484F Base
#746771
#958892
#B5ABB3
#D4CED3
#F3F1F3
CSS & SCSS Snippets

Ready-to-use code snippets for #51484F. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #51484F;
}

/* Text */
.element {
    color: #51484F;
}

/* Border */
.element {
    border: 1px solid #51484F;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #51484F,
        #485A4C
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #51484F,
        #485A4C
    );
}
SCSS Variable
// SCSS variable
$quartz: #51484F;

// With RGB channels (useful for rgba() usage)
$quartz-r: 81;
$quartz-g: 72;
$quartz-b: 79;

// Usage
.element {
    background-color: $quartz;
    color: rgba($quartz-r, $quartz-g, $quartz-b, 0.8);
}
Color Blindness Simulation

How Quartz appears to people with different types of color vision deficiency.

Normal Vision #51484F How the color appears with full color vision.
Deuteranopia #4B4B4F Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #49494F Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #504949 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #4B4B4B Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Quartz ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Quartz #51484F Base
Liver #534B4F ΔE 1.99
Purple Taupe #50404D ΔE 4.89
Wenge #645452 ΔE 7.14
Dark Puce #4F3A3C ΔE 7.15

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.