Smokey Topaz (#933D41)

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: 7.04:1 — vs black: 2.98:1

Color values

  • HEX #933D41
  • RGB rgb(147, 61, 65)
  • HSL hsl(357, 58%, 57%)
  • CMYK cmyk( 0, 58.5, 55.78, 42.35 )
  • Websafe #993333

Tags

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

Color Harmonies

Colors that pair well with #933D41 based on color theory relationships.

Complementary

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

Smokey Topaz
#933D41 Base
#3D938F
Analogous

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

Smokey Topaz
#933D41 Base
#933D6C
#93643D
Triadic

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

Smokey Topaz
#933D41 Base
#41933D
#3D4193
Split-Complementary

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

Smokey Topaz
#933D41 Base
#3D9364
#3D6C93
Tetradic (Square)

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

Smokey Topaz
#933D41 Base
#6C933D
#3D938F
#643D93
Monochromatic

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

Smokey Topaz
#933D41 Base
#271011
#5D2729
#763134
#B0494E
#BD6064
#D39699
Shades & Tints

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

Shades (darker)

#120708
#2C1213
#461D1F
#5F282A
#793236
Smokey Topaz #933D41 Base
#B75155
#C7787B
#D79FA1
#E7C6C7
#F8EDED
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #933D41;
}

/* Text */
.element {
    color: #933D41;
}

/* Border */
.element {
    border: 1px solid #933D41;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #933D41,
        #54D2CC
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #933D41,
        #54D2CC
    );
}
SCSS Variable
// SCSS variable
$smokey-topaz: #933D41;

// With RGB channels (useful for rgba() usage)
$smokey-topaz-r: 147;
$smokey-topaz-g: 61;
$smokey-topaz-b: 65;

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

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

Normal Vision #933D41 How the color appears with full color vision.
Deuteranopia #60603E 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 #4D4D42 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #933E3E Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #595959 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 Smokey Topaz ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Smokey Topaz #933D41 Base
Cordovan #893F45 ΔE 2.84
Solid Pink #893843 ΔE 3.70
Japanese Carmine #9D2933 ΔE 4.60
Vivid Burgundy #9F1D35 ΔE 5.77

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.