Skip to content

#d3d3d3

a light, muted gray · neutral · “Light Gray”

RGB
211, 211, 211
HSL
0°, 0%, 83%
CMYK
0, 0, 0, 17
Luminance
0.6514

At a glance

Every number on this page in one read: what #d3d3d3 is made of, how bright it looks, and which way it leans.

Hex
#d3d3d3
Hue
gray
Saturation
0%
muted
Lightness
83%
light
Brightness
83%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6514
WCAG relative
Temperature
Neutral
50/100 cool
Color family
Gray
Tone
Muted
Best ink
Black
14.03:1
Closest name
Light Gray
ΔE2000 0
Where it sits
Hue0° of 360°
Saturation0%
Lightness83%
Temperature
Warm ← → Cool50% cool

Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.

Every format

HEX#d3d3d3
RGBrgb(211, 211, 211)
HSLhsl(0, 0%, 83%)
CMYKcmyk(0%, 0%, 0%, 17%)
LABlab(84.6 0.0 0.0)
LCHlch(84.6 0.0 180.0)
OKLCHoklch(0.867 0.000 89.9)
Decimal13882323
Display P3color(display-p3 0.827 0.827 0.827)

Copy-ready code

/* CSS */
color: #d3d3d3;
background-color: #d3d3d3;
/* Tailwind (arbitrary) */
class="text-[#d3d3d3] bg-[#d3d3d3]"
/* SCSS */
$brand: #d3d3d3;
/* SwiftUI */
Color(red: 0.827, green: 0.827, blue: 0.827)
/* Android */
Color.parseColor("#d3d3d3")
/* Flutter */
Color(0xFFD3D3D3)
/* Python / OpenCV (BGR) */
(211, 211, 211)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #d3d3d3 · 14.03:1
Use #000000AAA at every size.
Aa
White text · 1.50:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.03:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d3d3d3 as text scores 1.50:1 on white and 14.03:1 on black.

Accessibility — WCAG contrast

Aa
#d3d3d3 on white: 1.50:1
AA ✗ fail · AA-large · AAA
Aa
#d3d3d3 on black: 14.03:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3D3D3
deuteranopia · #D3D3D3
tritanopia · #D3D3D3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d3d3d3 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F7F7F7
#F0F0F0
#d3d3d3
#C7C7C7
#ABABAB
#8F8F8F
#7A7A7A
#666666
#525252
#3D3D3D
#262626
Base = 200Lightest = 50 · #F7F7F7Darkest = 950 · #262626
:root {
  --brand-50: #F7F7F7;
  --brand-100: #F0F0F0;
  --brand-200: #d3d3d3;
  --brand-300: #C7C7C7;
  --brand-400: #ABABAB;
  --brand-500: #8F8F8F;
  --brand-600: #7A7A7A;
  --brand-700: #666666;
  --brand-800: #525252;
  --brand-900: #3D3D3D;
  --brand-950: #262626;
  --brand: #d3d3d3;
  --brand-ink: #000000;
}

Colors that work with #d3d3d3

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F7F7F7
Tinted page background
Border#D6D6D6
Hairlines and dividers
Muted text#737373
Captions on the surface
Accent#616B68
Second voice, not a rival
Dark variant#404040
Hover, pressed, headers
Light variant#F2F2F2
Selected rows, tints
Dark surface#1C1C1C
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #d3d3d3

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading surfaces
  • Card and section backgrounds
  • Neutral UI chrome and typography
Use with care
  • Text of any size on white — fails WCAG AA
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#D3D3D3
Analogous left#D3D3D3
Analogous right#D3D3D3
Split-complement 1#D3D3D3
Split-complement 2#D3D3D3
Triadic 1#D3D3D3
Triadic 2#D3D3D3
Tetradic#D3D3D3

RGB percentages

Red82.7%
Green82.7%
Blue82.7%

CMYK percentages

Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)17.3%

Color previews

#d3d3d3 text on a black background

contrast 14.03:1

Card sample

#d3d3d3 text on a white background

contrast 1.50:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #d3d3d3;
Background color
Panel with #d3d3d3 background
background-color: #d3d3d3;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #d3d3d3;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(211, 211, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 211, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3d3d3;
background: linear-gradient(135deg, #d3d3d3, #D3D3D3);

Monochromatic scale

Palettes built from #d3d3d3

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#d3d3d3 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
EditorialArchitectureEnterpriseLuxury goods
Common UI roles
BackgroundsBordersBody textDividers
Print note

Converts to four-color process without much drama. Proof it anyway.

#d3d3d3, answered

What color is #d3d3d3?

#d3d3d3 is a light muted gray — the CSS keyword Light Gray. It sits at 0° on the hue wheel with 0% saturation and 83% lightness, which reads as neutral.

What is the RGB value of #d3d3d3?

rgb(211, 211, 211) — 211 red, 211 green and 211 blue out of 255, or 82.7% / 82.7% / 82.7% by channel.

Is #d3d3d3 a light or a dark color?

It is a light color. Relative luminance is 0.6514 and perceived brightness is 83%, so black text on it reaches 14.03:1.

Should I use black or white text on #d3d3d3?

Black. It scores 14.03:1 against #d3d3d3, versus 1.50:1 for white — AAA at any size.

What is the complementary color of #d3d3d3?

#D3D3D3 sits directly opposite on the wheel. Softer options are the split-complements #D3D3D3 and #D3D3D3, which give the same contrast with far less vibration.

What colors go well with #d3d3d3?

For interface work: #F7F7F7 as the surface, #D6D6D6 for borders, #737373 for secondary text, #616B68 as an accent and #404040 for hover and pressed states. For a palette, the analogous pair #D3D3D3 and #D3D3D3 stays calm, while #D3D3D3 is the loudest partner.

What is #d3d3d3 in CMYK for printing?

cmyk(0%, 0%, 0%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #d3d3d3 warm or cool?

Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DDD7D3; nudged cooler, #C7CED5.

Work with #d3d3d3 in the Color Lab