Skip to content

#c4af3c

a balanced, vivid yellow · warm · closest name: Dark Khaki

RGB
196, 175, 60
HSL
51°, 54%, 50%
CMYK
0, 11, 69, 23
Luminance
0.4272

At a glance

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

Hex
#c4af3c
Hue
51°
yellow
Saturation
54%
vivid
Lightness
50%
balanced
Brightness
77%
HSV value
Perceived
68%
weighted brightness
Luminance
0.4272
WCAG relative
Temperature
Warm
17/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
9.54:1
Closest name
Dark Khaki
ΔE2000 7.3
Where it sits
Hue51° of 360°
Saturation54%
Lightness50%
Temperature
Warm ← → Cool17% 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#c4af3c
RGBrgb(196, 175, 60)
HSLhsl(51, 54%, 50%)
CMYKcmyk(0%, 11%, 69%, 23%)
LABlab(71.4 -5.3 59.0)
LCHlch(71.4 59.2 95.2)
OKLCHoklch(0.751 0.133 98.7)
Decimal12889916
Display P3color(display-p3 0.769 0.686 0.235)

Copy-ready code

/* CSS */
color: #c4af3c;
background-color: #c4af3c;
/* Tailwind (arbitrary) */
class="text-[#c4af3c] bg-[#c4af3c]"
/* SCSS */
$brand: #c4af3c;
/* SwiftUI */
Color(red: 0.769, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#c4af3c")
/* Flutter */
Color(0xFFC4AF3C)
/* Python / OpenCV (BGR) */
(60, 175, 196)

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

Accessibility — WCAG contrast

Aa
#c4af3c on white: 2.20:1
AA ✗ fail · AA-large · AAA
Aa
#c4af3c on black: 9.54:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C0AB2C
deuteranopia · #C5B243
tritanopia · #D3A298

Color scale — 50 to 950

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

#FBFAF4
#F6F4E9
#EDE9CE
#E5DCA9
#D8CA7E
#CBB853
#c4af3c
#9D8C2F
#7D7026
#5B521F
#393313
Base = 600Lightest = 50 · #FBFAF4Darkest = 950 · #393313
:root {
  --brand-50: #FBFAF4;
  --brand-100: #F6F4E9;
  --brand-200: #EDE9CE;
  --brand-300: #E5DCA9;
  --brand-400: #D8CA7E;
  --brand-500: #CBB853;
  --brand-600: #c4af3c;
  --brand-700: #9D8C2F;
  --brand-800: #7D7026;
  --brand-900: #5B521F;
  --brand-950: #393313;
  --brand: #c4af3c;
  --brand-ink: #000000;
}

Colors that work with #c4af3c

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#FAF9F4
Tinted page background
Border#ECE5C0
Hairlines and dividers
Muted text#9B8E4B
Captions on the surface
Accent#3772C9
Second voice, not a rival
Dark variant#62571E
Hover, pressed, headers
Light variant#F9F7EB
Selected rows, tints
Dark surface#242214
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 #c4af3c

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

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#3C51C4
Analogous left#C46B3C
Analogous right#95C43C
Split-complement 1#3C95C4
Split-complement 2#6B3CC4
Triadic 1#3CC4AF
Triadic 2#AF3CC4
Tetradic#3CC46B

RGB percentages

Red76.9%
Green68.6%
Blue23.5%

CMYK percentages

Cyan0.0%
Magenta10.7%
Yellow69.4%
Key (black)23.1%

Color previews

#c4af3c text on a black background

contrast 9.54:1

Card sample

#c4af3c text on a white background

contrast 2.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(196, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4af3c;
background: linear-gradient(135deg, #c4af3c, #7EC43C);

Monochromatic scale

Palettes built from #c4af3c

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.

#c4af3c 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
ButtonsLinksFocus statesCharts
Print note

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

#c4af3c, answered

What color is #c4af3c?

#c4af3c is a balanced vivid yellow, closest to Dark Khaki (ΔE2000 7.3). It sits at 51° on the hue wheel with 54% saturation and 50% lightness, which reads as warm.

What is the RGB value of #c4af3c?

rgb(196, 175, 60) — 196 red, 175 green and 60 blue out of 255, or 76.9% / 68.6% / 23.5% by channel.

Is #c4af3c a light or a dark color?

It is a mid-tone. Relative luminance is 0.4272 and perceived brightness is 68%, so black text on it reaches 9.54:1.

Should I use black or white text on #c4af3c?

Black. It scores 9.54:1 against #c4af3c, versus 2.20:1 for white — AAA at any size.

What is the complementary color of #c4af3c?

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

What colors go well with #c4af3c?

For interface work: #FAF9F4 as the surface, #ECE5C0 for borders, #9B8E4B for secondary text, #3772C9 as an accent and #62571E for hover and pressed states. For a palette, the analogous pair #C46B3C and #95C43C stays calm, while #3C51C4 is the loudest partner.

What is #c4af3c in CMYK for printing?

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

Is #c4af3c warm or cool?

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

Work with #c4af3c in the Color Lab