Skip to content

#ccc2a4

a light, soft yellow · warm · closest name: Tan

RGB
204, 194, 164
HSL
45°, 28%, 72%
CMYK
0, 5, 20, 20
Luminance
0.5410

At a glance

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

Hex
#ccc2a4
Hue
45°
yellow
Saturation
28%
soft
Lightness
72%
light
Brightness
80%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5410
WCAG relative
Temperature
Warm
20/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
11.82:1
Closest name
Tan
ΔE2000 8.1
Where it sits
Hue45° of 360°
Saturation28%
Lightness72%
Temperature
Warm ← → Cool20% 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#ccc2a4
RGBrgb(204, 194, 164)
HSLhsl(45, 28%, 72%)
CMYKcmyk(0%, 5%, 20%, 20%)
LABlab(78.5 -1.4 16.4)
LCHlch(78.5 16.4 94.9)
OKLCHoklch(0.814 0.042 91.8)
Decimal13419172
Display P3color(display-p3 0.800 0.761 0.643)

Copy-ready code

/* CSS */
color: #ccc2a4;
background-color: #ccc2a4;
/* Tailwind (arbitrary) */
class="text-[#ccc2a4] bg-[#ccc2a4]"
/* SCSS */
$brand: #ccc2a4;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.643)
/* Android */
Color.parseColor("#ccc2a4")
/* Flutter */
Color(0xFFCCC2A4)
/* Python / OpenCV (BGR) */
(164, 194, 204)

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 #ccc2a4 · 11.82:1
Use #000000AAA at every size.
Aa
White text · 1.78:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.82:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ccc2a4 as text scores 1.78:1 on white and 11.82:1 on black.

Accessibility — WCAG contrast

Aa
#ccc2a4 on white: 1.78:1
AA ✗ fail · AA-large · AAA
Aa
#ccc2a4 on black: 11.82:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C9C0A2
deuteranopia · #CCC4A5
tritanopia · #D3BDBA

Color scale — 50 to 950

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

#F9F8F6
#F3F1EC
#E6E2D6
#D7CFB7
#ccc2a4
#AE9F6F
#9D8C58
#837449
#695D3B
#4D452D
#302B1C
Base = 400Lightest = 50 · #F9F8F6Darkest = 950 · #302B1C
:root {
  --brand-50: #F9F8F6;
  --brand-100: #F3F1EC;
  --brand-200: #E6E2D6;
  --brand-300: #D7CFB7;
  --brand-400: #ccc2a4;
  --brand-500: #AE9F6F;
  --brand-600: #9D8C58;
  --brand-700: #837449;
  --brand-800: #695D3B;
  --brand-900: #4D452D;
  --brand-950: #302B1C;
  --brand: #ccc2a4;
  --brand-ink: #000000;
}

Colors that work with #ccc2a4

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#FAF8F5
Tinted page background
Border#E2DCCB
Hairlines and dividers
Muted text#938352
Captions on the surface
Accent#456687
Second voice, not a rival
Dark variant#52492E
Hover, pressed, headers
Light variant#F6F4EF
Selected rows, tints
Dark surface#242014
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 #ccc2a4

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#A4AECC
Analogous left#CCAEA4
Analogous right#C2CCA4
Split-complement 1#A4C2CC
Split-complement 2#AEA4CC
Triadic 1#A4CCC2
Triadic 2#C2A4CC
Tetradic#A4CCAE

RGB percentages

Red80.0%
Green76.1%
Blue64.3%

CMYK percentages

Cyan0.0%
Magenta4.9%
Yellow19.6%
Key (black)20.0%

Color previews

#ccc2a4 text on a black background

contrast 11.82:1

Card sample

#ccc2a4 text on a white background

contrast 1.78:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ccc2a4

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.

#ccc2a4 in the real world

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

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#ccc2a4, answered

What color is #ccc2a4?

#ccc2a4 is a light soft yellow, closest to Tan (ΔE2000 8.1). It sits at 45° on the hue wheel with 28% saturation and 72% lightness, which reads as warm.

What is the RGB value of #ccc2a4?

rgb(204, 194, 164) — 204 red, 194 green and 164 blue out of 255, or 80% / 76.1% / 64.3% by channel.

Is #ccc2a4 a light or a dark color?

It is a light color. Relative luminance is 0.5410 and perceived brightness is 76%, so black text on it reaches 11.82:1.

Should I use black or white text on #ccc2a4?

Black. It scores 11.82:1 against #ccc2a4, versus 1.78:1 for white — AAA at any size.

What is the complementary color of #ccc2a4?

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

What colors go well with #ccc2a4?

For interface work: #FAF8F5 as the surface, #E2DCCB for borders, #938352 for secondary text, #456687 as an accent and #52492E for hover and pressed states. For a palette, the analogous pair #CCAEA4 and #C2CCA4 stays calm, while #A4AECC is the loudest partner.

What is #ccc2a4 in CMYK for printing?

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

Is #ccc2a4 warm or cool?

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

Work with #ccc2a4 in the Color Lab