Skip to content

#c97f3b

a balanced, vivid orange · warm · closest name: Peru

RGB
201, 127, 59
HSL
29°, 57%, 51%
CMYK
0, 37, 71, 21
Luminance
0.2791

At a glance

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

Hex
#c97f3b
Hue
29°
orange
Saturation
57%
vivid
Lightness
51%
balanced
Brightness
79%
HSV value
Perceived
58%
weighted brightness
Luminance
0.2791
WCAG relative
Temperature
Warm
1/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
6.58:1
Closest name
Peru
ΔE2000 1.9
Where it sits
Hue29° of 360°
Saturation57%
Lightness51%
Temperature
Warm ← → Cool1% 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#c97f3b
RGBrgb(201, 127, 59)
HSLhsl(29, 57%, 51%)
CMYKcmyk(0%, 37%, 71%, 21%)
LABlab(59.8 22.8 47.6)
LCHlch(59.8 52.8 64.5)
OKLCHoklch(0.662 0.123 60.4)
Decimal13205307
Display P3color(display-p3 0.788 0.498 0.231)

Copy-ready code

/* CSS */
color: #c97f3b;
background-color: #c97f3b;
/* Tailwind (arbitrary) */
class="text-[#c97f3b] bg-[#c97f3b]"
/* SCSS */
$brand: #c97f3b;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.231)
/* Android */
Color.parseColor("#c97f3b")
/* Flutter */
Color(0xFFC97F3B)
/* Python / OpenCV (BGR) */
(59, 127, 201)

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

Accessibility — WCAG contrast

Aa
#c97f3b on white: 3.19:1
AA ✗ fail · AA-large · AAA
Aa
#c97f3b on black: 6.58:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #968633
deuteranopia · #A7973C
tritanopia · #DB6F70

Color scale — 50 to 950

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

#FBF7F4
#F6EFE9
#EEDDCD
#E7C6A7
#DBA97B
#CF8C4F
#c97f3b
#A0632C
#805023
#5D3C1D
#3A2512
Base = 600Lightest = 50 · #FBF7F4Darkest = 950 · #3A2512
:root {
  --brand-50: #FBF7F4;
  --brand-100: #F6EFE9;
  --brand-200: #EEDDCD;
  --brand-300: #E7C6A7;
  --brand-400: #DBA97B;
  --brand-500: #CF8C4F;
  --brand-600: #c97f3b;
  --brand-700: #A0632C;
  --brand-800: #805023;
  --brand-900: #5D3C1D;
  --brand-950: #3A2512;
  --brand: #c97f3b;
  --brand-ink: #000000;
}

Colors that work with #c97f3b

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#FAF7F4
Tinted page background
Border#EDD5C0
Hairlines and dividers
Muted text#9B714B
Captions on the surface
Accent#2887A4
Second voice, not a rival
Dark variant#643E1C
Hover, pressed, headers
Light variant#F9F2EB
Selected rows, tints
Dark surface#241C14
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 #c97f3b

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

Works well for
  • Headings from 24px up on white
  • 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
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • 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#3B85C9
Analogous left#C93B3E
Analogous right#C9C63B
Split-complement 1#3BC9C6
Split-complement 2#3B3EC9
Triadic 1#3BC97F
Triadic 2#7F3BC9
Tetradic#3EC93B

RGB percentages

Red78.8%
Green49.8%
Blue23.1%

CMYK percentages

Cyan0.0%
Magenta36.8%
Yellow70.6%
Key (black)21.2%

Color previews

#c97f3b text on a black background

contrast 6.58:1

Card sample

#c97f3b text on a white background

contrast 3.19:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c97f3b

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.

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

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

#c97f3b, answered

What color is #c97f3b?

#c97f3b is a balanced vivid orange, closest to Peru (ΔE2000 1.9). It sits at 29° on the hue wheel with 57% saturation and 51% lightness, which reads as warm.

What is the RGB value of #c97f3b?

rgb(201, 127, 59) — 201 red, 127 green and 59 blue out of 255, or 78.8% / 49.8% / 23.1% by channel.

Is #c97f3b a light or a dark color?

It is a mid-tone. Relative luminance is 0.2791 and perceived brightness is 58%, so black text on it reaches 6.58:1.

Should I use black or white text on #c97f3b?

Black. It scores 6.58:1 against #c97f3b, versus 3.19:1 for white — AA at any size.

What is the complementary color of #c97f3b?

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

What colors go well with #c97f3b?

For interface work: #FAF7F4 as the surface, #EDD5C0 for borders, #9B714B for secondary text, #2887A4 as an accent and #643E1C for hover and pressed states. For a palette, the analogous pair #C93B3E and #C9C63B stays calm, while #3B85C9 is the loudest partner.

What is #c97f3b in CMYK for printing?

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

Is #c97f3b warm or cool?

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

Work with #c97f3b in the Color Lab