Skip to content

#c3c69f

a light, soft yellow · warm · closest name: Dark Khaki

RGB
195, 198, 159
HSL
65°, 26%, 70%
CMYK
2, 0, 20, 22
Luminance
0.5449

At a glance

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

Hex
#c3c69f
Hue
65°
yellow
Saturation
26%
soft
Lightness
70%
light
Brightness
78%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5449
WCAG relative
Temperature
Warm
35/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
11.90:1
Closest name
Dark Khaki
ΔE2000 9.7
Where it sits
Hue65° of 360°
Saturation26%
Lightness70%
Temperature
Warm ← → Cool35% 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#c3c69f
RGBrgb(195, 198, 159)
HSLhsl(65, 26%, 70%)
CMYKcmyk(2%, 0%, 20%, 22%)
LABlab(78.8 -7.6 19.3)
LCHlch(78.8 20.7 111.5)
OKLCHoklch(0.814 0.053 111.1)
Decimal12830367
Display P3color(display-p3 0.765 0.776 0.624)

Copy-ready code

/* CSS */
color: #c3c69f;
background-color: #c3c69f;
/* Tailwind (arbitrary) */
class="text-[#c3c69f] bg-[#c3c69f]"
/* SCSS */
$brand: #c3c69f;
/* SwiftUI */
Color(red: 0.765, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#c3c69f")
/* Flutter */
Color(0xFFC3C69F)
/* Python / OpenCV (BGR) */
(159, 198, 195)

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

Accessibility — WCAG contrast

Aa
#c3c69f on white: 1.76:1
AA ✗ fail · AA-large · AAA
Aa
#c3c69f on black: 11.90:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CCC29D
deuteranopia · #CDC4A0
tritanopia · #C8C1BB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c3c69f 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.

#F9F9F6
#F2F3ED
#E4E5D6
#D3D5B9
#c3c69f
#A7AB72
#959A5B
#7C804C
#63663D
#494C2F
#2E2F1D
Base = 400Lightest = 50 · #F9F9F6Darkest = 950 · #2E2F1D
:root {
  --brand-50: #F9F9F6;
  --brand-100: #F2F3ED;
  --brand-200: #E4E5D6;
  --brand-300: #D3D5B9;
  --brand-400: #c3c69f;
  --brand-500: #A7AB72;
  --brand-600: #959A5B;
  --brand-700: #7C804C;
  --brand-800: #63663D;
  --brand-900: #494C2F;
  --brand-950: #2E2F1D;
  --brand: #c3c69f;
  --brand-ink: #000000;
}

Colors that work with #c3c69f

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#F9F9F5
Tinted page background
Border#DFE1CC
Hairlines and dividers
Muted text#8C9055
Captions on the surface
Accent#485384
Second voice, not a rival
Dark variant#4E502F
Hover, pressed, headers
Light variant#F5F6EF
Selected rows, tints
Dark surface#222315
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 #c3c69f

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#A29FC6
Analogous left#C6B59F
Analogous right#B0C69F
Split-complement 1#9FB0C6
Split-complement 2#B59FC6
Triadic 1#9FC3C6
Triadic 2#C69FC3
Tetradic#9FC6B5

RGB percentages

Red76.5%
Green77.6%
Blue62.4%

CMYK percentages

Cyan1.5%
Magenta0.0%
Yellow19.7%
Key (black)22.4%

Color previews

#c3c69f text on a black background

contrast 11.90:1

Card sample

#c3c69f text on a white background

contrast 1.76:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c3c69f

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.

#c3c69f 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.

#c3c69f, answered

What color is #c3c69f?

#c3c69f is a light soft yellow, closest to Dark Khaki (ΔE2000 9.7). It sits at 65° on the hue wheel with 26% saturation and 70% lightness, which reads as warm.

What is the RGB value of #c3c69f?

rgb(195, 198, 159) — 195 red, 198 green and 159 blue out of 255, or 76.5% / 77.6% / 62.4% by channel.

Is #c3c69f a light or a dark color?

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

Should I use black or white text on #c3c69f?

Black. It scores 11.90:1 against #c3c69f, versus 1.76:1 for white — AAA at any size.

What is the complementary color of #c3c69f?

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

What colors go well with #c3c69f?

For interface work: #F9F9F5 as the surface, #DFE1CC for borders, #8C9055 for secondary text, #485384 as an accent and #4E502F for hover and pressed states. For a palette, the analogous pair #C6B59F and #B0C69F stays calm, while #A29FC6 is the loudest partner.

What is #c3c69f in CMYK for printing?

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

Is #c3c69f warm or cool?

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

Work with #c3c69f in the Color Lab