Closest web-safe match: #666666

Color Details and Palettes for #696C69

Details about the color Shadows#696C69

Conversions, palettes, contrast & design ideas for this color.

Gray family Neutral WCAG ink: white
HEX #696C69 RGB rgb(105, 108, 105) HSL hsl(120, 1%, 42%) CMYK cmyk(3%, 0%, 3%, 58%)

Color profile

About Color Hex #696C69

#696C69 is a neutral color from the Gray family, closest in name to “Shadows”. In RGB it is rgb(105, 108, 105); in HSL, hsl(120, 1%, 42%).

The color Shadows, with hexadecimal code #696c69, sits in the gray spectrum, evoking neutrality, balance, and professional composure. Grays anchor palettes without competing for attention. Additionally, it evokes emotions such as Neutrality, Balance, Sophistication, Uncertainty and Conservatism. With negligible saturation (1%), this color is effectively achromatic—a pure neutral that pairs with any hue without competition. With a mid-range lightness of 42%, it offers excellent versatility—readable as text on light backgrounds and visible as an element on dark ones. This color is ideal for designs that aim to express Neutrality, Balance, Sophistication, Uncertainty, or Conservatism. It can be effectively used in web design, branding, and marketing materials to attract attention and convey specific messages.

Key facts

RGB 105, 108, 105 red · green · blue HSL 120° 1% 42% hue · sat · light HSV 120° 3% 42% design-app pickers CMYK 3 0 3 58 print inks, % Luminance 0.147 0 dark → 1 light On black 3.95:1 ✕ AA contrast ratio On white 5.32:1 ✓ AA contrast ratio Web-safe #666666 closest web-safe Best text white ideal foreground Character Vivid neutral · gray family

The story of this color

History, Usage, Psychology & Design Ideas for #696C69

Shadows (#696C69) belongs to the Gray color family.

As an achromatic shade, this color carries a timeless, versatile neutrality that anchors any palette it joins.

Historical Background

Gray has long bridged the extremes of black and white in art and symbolism. Medieval monks wore gray habits to signal humility and penance. In Impressionist painting, artists discovered that mixing complementary colors yielded luminous grays far richer than simple black-white blends, unlocking new expressive possibilities that influenced everything from Monet's haystacks to Whistler's nocturnes.

Design & Usage Tips

Mid-tone grays are the workhorse of web and print layout, providing structure without stealing attention from primary content. Use gray for secondary text, borders, and icon states. A carefully chosen gray can unify diverse color accents across a multi-brand ecosystem.

Psychological Impact

Gray projects neutrality, professionalism, and composure. It anchors more vibrant colors and prevents visual chaos. Overuse, however, can feel flat or indecisive, so balancing gray with at least one saturated accent keeps designs engaging.

With a mid-range lightness of 42%, this tone is highly versatile: dark enough to serve as body text on white, yet light enough to stand out on charcoal or navy backgrounds.

Creative Design Ideas

Build a grayscale type hierarchy—dark gray headings, medium-gray body text, light-gray captions—to establish clear information architecture. Combine warm grays (slightly yellow undertones) with wood-texture photography for an organic, approachable brand feel.

Every format

#696C69 Color Conversions

Every way to write Shadows — one-tap copy on every format; tap on any card to learn what it is and when to use it.

12 formats
HEX Web
#696C69

Hexadecimal is the web’s universal color notation — two digits each for red, green and blue. Drop it straight into HTML, CSS or any design tool.

RGB Screen
rgb(105, 108, 105)

RGB is the additive Red-Green-Blue model every screen uses to emit light. The default choice for websites, apps and on-screen UI.

HSL Web
hsl(120, 1%, 42%)

HSL breaks a color into Hue, Saturation and Lightness — the most intuitive way to lighten, darken or mute a color in CSS.

HSV HSB Design
hsv(120, 3%, 42%)

HSV (also called HSB) maps Hue, Saturation and Value/Brightness. It is the model behind the color pickers in Photoshop, Figma and most design apps.

HWB CSS 4
hwb(120 41% 58%)

HWB blends a pure hue with Whiteness and Blackness — a painter-friendly model added in CSS Color 4 for quick tints and shades.

CMYK Print
cmyk(3%, 0%, 3%, 58%)

CMYK is the subtractive Cyan-Magenta-Yellow-Black ink model. Use these values when preparing artwork for a printer or commercial press.

OKLCH Modern
oklch(52.77% 0.006 145.49)

OKLCH is a modern, perceptually-uniform space (Lightness, Chroma, Hue). It powers smooth gradients and accessible palettes in today’s CSS.

OKLab Modern
oklab(52.77% -0.005 0.003)

OKLab is the Cartesian form of OKLCH — ideal for blending and interpolating colors without the muddy midpoints older spaces produce.

CIELAB L*a*b* Perceptual
L: 45.29, a: -1.77, b: 1.27

CIELAB is a device-independent, perceptually-uniform space. It is the standard for measuring color difference (ΔE) and matching across devices.

LCH Perceptual
L: 45.29, C: 2.18, H: 144.37

LCH is CIELAB in cylindrical form — Lightness, Chroma and Hue — letting you adjust vividness and hue while staying perceptually even.

XYZ CIE Science
X: 13.74, Y: 14.75, Z: 15.49

CIE XYZ is the 1931 master space that underpins every other model here — the scientific bridge used to convert between color systems.

Decimal int Code
6909033

The 24-bit integer value of the color — handy for databases, APIs, game engines and low-level graphics code.

Channel breakdown

RGB Color Percentages for #696C69

How much red, green and blue light mixes into Shadows.

Red 105/255 33.0% Green 108/255 34.0% Blue 105/255 33.0%

Percentages show each channel's share of the total light (R + G + B) in Shadows.

Ink coverage

CMYK Ink Levels & Print Guide for #696C69

Ink needed to reproduce Shadows in four-color print. Heaviest ink: Key (Black).

3% CYAN 0% MAGENTA 3% YELLOW 58% KEY

Print tip: treat these values as a starting point — final output depends on printer profile, paper stock and calibration.

Accessibility · WCAG

Luminance & Contrast for #696C69

How bright Shadows is, and how far black and white text clear each WCAG bar.

Relative luminance 0.147
0 · dark1 · light

Contrast ratio · 1:1 → 21:1 (log scale)

Aa Black text 3.95:1 ✕ AA ✕ AAA ✓ Large
Aa White text 5.32:1 ✓ AA ✕ AAA ✓ Large

Developer shortcuts

Quick CSS Snippets for #696C69

Copy-and-paste CSS for Shadows — per-line copy, or grab the whole block.

shadows.css
background-color: #696C69;
color: #696C69;
border: 2px solid #696C69;
background-color: rgb(105, 108, 105);
background-color: hsl(120, 1%, 42%);
--color: #696C69;

Shades · light to dark

#696C69 Monochrome Palette

Lighter and darker steps of Shadows — the color's full brightness range in one strip.

#F0F0F0
#DADADA
#C3C4C3
#ADAEAD
#969896
#808280
#696C69
#595C59
#4A4C4A
#3A3B3A
#2A2B2A
#1A1B1A
#0B0B0B

The dot marks the original color. Hover any shade to copy its hex or open its color page.

Harmony · 180° apart

#696C69 Complementary Palette

Two colors opposite on the wheel — maximum contrast for attention-grabbing accents.

#696C69
#6C6A6C

The dot marks the original color. Hover any shade to copy its hex or open its color page.

Harmony · adjacent hues

#696C69 Analogic Palette

Neighboring hues on the wheel — harmonious, calm combinations that feel unified.

#696C69
#6A6C6B
#6B6C6A
#6A6C6C
#6C6C6A
#6A6B6C
#6C6B6A

The dot marks the original color. Hover any shade to copy its hex or open its color page.

Harmony · 120° apart

#696C69 Triadic Palette

Three colors evenly spaced on the wheel — vibrant and energetic, yet balanced.

#696C69
#6A6A6C
#6C6A6A

The dot marks the original color. Hover any shade to copy its hex or open its color page.

Harmony · 90° apart

#696C69 Quad Palette

Four colors evenly spaced on the wheel (tetradic) — rich schemes with multiple accents.

#696C69
#6A6B6C
#6C6A6C
#6C6B6A

The dot marks the original color. Hover any shade to copy its hex or open its color page.

Accessibility

Color Blindness Simulation for #696C69

How Shadows reads across five kinds of color vision — a ✓ Friendly verdict means the color difference stays distinguishable for that vision type.

#696C69
#6A6A6A
#6A6A6A
#696A6A
#6B6B6B
Normal vision full color Deuteranopia green weakness ✓ Friendly Protanopia red weakness ✓ Friendly Tritanopia blue-yellow weakness ✓ Friendly Achromatopsia total color blindness ✓ Friendly

The dot marks the original color. Hover any shade to copy its hex.

Harmony overview

Color Harmonies for #696C69

The lead color from each harmony scheme, side by side — a shortcut to the full palettes above.

#6C6A6C
#6A6C6B
#6A6A6C
#6A6B6C
Complementary opposite hue Analogous adjacent hue Triadic 120° apart Tetradic (Quad) 90° apart

Perceptually nearby

#696C69 Nearby Colors

A step away in brightness, richness or shade — each still feels like the same color.

Lucky Grey#777777
Stone Cold#555555
Argent#888888
Hōjicha#445544
Camping Trip#667766
Dim Gray#666666
Night Rendezvous#667777
Italian Basil#556655

From the color-name library

Colors Similar to #696C69

The closest named colors to #696C69 — same mood, each with its own character.

Shadows#6B6D6A
Armoury#6A6B65
Volcanic Rock#6B6965
Beautiful Darkness#686D70
Grey Web#616669
Batman#656E72
Catch of the Day#6C685E
Volcanic Ash#6F7678
Paris Paving#737274
Knit Cardigan#6D6C5F
Wrapped in Twilight#5F6D6E
Bank Vault#757374

Looking for more Gray shades? Browse Gray colors →

Inspiration

Explore Vibrant Images Featuring Shadows (#696c69)

Curated Unsplash photos that carry the mood of Shadows — hover any tile to download it or view the original.

Good to know

Frequently Asked Questions about #696C69

#696C69 is a neutral color from the Gray family. Its closest matched name is “Shadows”, matched perceptually with the CIEDE2000 color-difference formula. In RGB it is rgb(105, 108, 105); in HSL, hsl(120, 1%, 42%).
In RGB, #696C69 is rgb(105, 108, 105); in HSL it is hsl(120, 1%, 42%); and in CMYK — the model used for print — it is cmyk(3%, 0%, 3%, 58%).
#696C69 has a contrast ratio of 3.95:1 against black and 5.32:1 against white. For readability, white body text meets the WCAG AA threshold of 4.5:1 on it, while black does not.
The direct complement of #696C69 is #6C6A6C (opposite on the color wheel). For ready-made combinations, this page includes monochrome, analogous, triadic and tetradic palettes built from #696C69 in the palette sections above.