Skip to content

#d3ccc3

a light, soft orange · warm · closest name: Light Gray

RGB
211, 204, 195
HSL
34°, 15%, 80%
CMYK
0, 3, 8, 17
Luminance
0.6097

At a glance

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

Hex
#d3ccc3
Hue
34°
orange
Saturation
15%
soft
Lightness
80%
light
Brightness
83%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6097
WCAG relative
Temperature
Warm
29/100 cool
Color family
Orange
Tone
Soft
Best ink
Black
13.19:1
Closest name
Light Gray
ΔE2000 5.1
Where it sits
Hue34° of 360°
Saturation15%
Lightness80%
Temperature
Warm ← → Cool29% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#d3ccc3
RGBrgb(211, 204, 195)
HSLhsl(34, 15%, 80%)
CMYKcmyk(0%, 3%, 8%, 17%)
LABlab(82.4 0.8 5.3)
LCHlch(82.4 5.4 81.0)
OKLCHoklch(0.848 0.015 74.4)
Decimal13880515
Display P3color(display-p3 0.827 0.800 0.765)

Copy-ready code

/* CSS */
color: #d3ccc3;
background-color: #d3ccc3;
/* Tailwind (arbitrary) */
class="text-[#d3ccc3] bg-[#d3ccc3]"
/* SCSS */
$brand: #d3ccc3;
/* SwiftUI */
Color(red: 0.827, green: 0.800, blue: 0.765)
/* Android */
Color.parseColor("#d3ccc3")
/* Flutter */
Color(0xFFD3CCC3)
/* Python / OpenCV (BGR) */
(195, 204, 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 #d3ccc3 · 13.19:1
Use #000000AAA at every size.
Aa
White text · 1.59:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.19:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d3ccc3 as text scores 1.59:1 on white and 13.19:1 on black.

Accessibility — WCAG contrast

Aa
#d3ccc3 on white: 1.59:1
AA ✗ fail · AA-large · AAA
Aa
#d3ccc3 on black: 13.19:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFCCC2
deuteranopia · #D1CEC3
tritanopia · #D6CAC9

Color scale — 50 to 950

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

#F8F7F6
#F2F0EE
#E2DED9
#d3ccc3
#B8AC9E
#A0917E
#8D7D68
#766856
#5E5345
#463E35
#2C2721
Base = 300Lightest = 50 · #F8F7F6Darkest = 950 · #2C2721
:root {
  --brand-50: #F8F7F6;
  --brand-100: #F2F0EE;
  --brand-200: #E2DED9;
  --brand-300: #d3ccc3;
  --brand-400: #B8AC9E;
  --brand-500: #A0917E;
  --brand-600: #8D7D68;
  --brand-700: #766856;
  --brand-800: #5E5345;
  --brand-900: #463E35;
  --brand-950: #2C2721;
  --brand: #d3ccc3;
  --brand-ink: #000000;
}

Colors that work with #d3ccc3

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#F9F7F6
Tinted page background
Border#DCD7D0
Hairlines and dividers
Muted text#847561
Captions on the surface
Accent#526E7A
Second voice, not a rival
Dark variant#4A4136
Hover, pressed, headers
Light variant#F4F2F0
Selected rows, tints
Dark surface#201D18
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 #d3ccc3

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

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
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#C3CAD3
Analogous left#D3C4C3
Analogous right#D2D3C3
Split-complement 1#C3D2D3
Split-complement 2#C4C3D3
Triadic 1#C3D3CC
Triadic 2#CCC3D3
Tetradic#C3D3C4

RGB percentages

Red82.7%
Green80.0%
Blue76.5%

CMYK percentages

Cyan0.0%
Magenta3.3%
Yellow7.6%
Key (black)17.3%

Color previews

#d3ccc3 text on a black background

contrast 13.19:1

Card sample

#d3ccc3 text on a white background

contrast 1.59:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d3ccc3

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.

#d3ccc3 in the real world

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

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#d3ccc3, answered

What color is #d3ccc3?

#d3ccc3 is a light soft orange, closest to Light Gray (ΔE2000 5.1). It sits at 34° on the hue wheel with 15% saturation and 80% lightness, which reads as warm.

What is the RGB value of #d3ccc3?

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

Is #d3ccc3 a light or a dark color?

It is a light color. Relative luminance is 0.6097 and perceived brightness is 80%, so black text on it reaches 13.19:1.

Should I use black or white text on #d3ccc3?

Black. It scores 13.19:1 against #d3ccc3, versus 1.59:1 for white — AAA at any size.

What is the complementary color of #d3ccc3?

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

What colors go well with #d3ccc3?

For interface work: #F9F7F6 as the surface, #DCD7D0 for borders, #847561 for secondary text, #526E7A as an accent and #4A4136 for hover and pressed states. For a palette, the analogous pair #D3C4C3 and #D2D3C3 stays calm, while #C3CAD3 is the loudest partner.

What is #d3ccc3 in CMYK for printing?

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

Is #d3ccc3 warm or cool?

Warm — it scores 29 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D3CAC3; nudged cooler, #D4D3C2.

Work with #d3ccc3 in the Color Lab