Skip to content

#c35b3c

a balanced, vivid red · warm · closest name: Sienna

RGB
195, 91, 60
HSL
14°, 53%, 50%
CMYK
0, 53, 69, 24
Luminance
0.1941

At a glance

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

Hex
#c35b3c
Hue
14°
red
Saturation
53%
vivid
Lightness
50%
balanced
Brightness
76%
HSV value
Perceived
51%
weighted brightness
Luminance
0.1941
WCAG relative
Temperature
Warm
9/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
4.88:1
Closest name
Sienna
ΔE2000 8.7
Where it sits
Hue14° of 360°
Saturation53%
Lightness50%
Temperature
Warm ← → Cool9% 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#c35b3c
RGBrgb(195, 91, 60)
HSLhsl(14, 53%, 50%)
CMYKcmyk(0%, 53%, 69%, 24%)
LABlab(51.2 39.4 37.3)
LCHlch(51.2 54.3 43.4)
OKLCHoklch(0.594 0.141 37.3)
Decimal12802876
Display P3color(display-p3 0.765 0.357 0.235)

Copy-ready code

/* CSS */
color: #c35b3c;
background-color: #c35b3c;
/* Tailwind (arbitrary) */
class="text-[#c35b3c] bg-[#c35b3c]"
/* SCSS */
$brand: #c35b3c;
/* SwiftUI */
Color(red: 0.765, green: 0.357, blue: 0.235)
/* Android */
Color.parseColor("#c35b3c")
/* Flutter */
Color(0xFFC35B3C)
/* Python / OpenCV (BGR) */
(60, 91, 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 #c35b3c · 4.88:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 4.30:1
AA fail · AA large pass · AAA fail
Aa
Black text · 4.88:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #c35b3c as text scores 4.30:1 on white and 4.88:1 on black.

Accessibility — WCAG contrast

Aa
#c35b3c on white: 4.30:1
AA ✗ fail · AA-large · AAA
Aa
#c35b3c on black: 4.88:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #776C39
deuteranopia · #90833A
tritanopia · #D64654

Color scale — 50 to 950

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

#FBF6F4
#F6ECE9
#EDD6CE
#E5B7A9
#D7937E
#CA6F53
#c35b3c
#9C4930
#7D3A26
#5B2D1F
#391C14
Base = 600Lightest = 50 · #FBF6F4Darkest = 950 · #391C14
:root {
  --brand-50: #FBF6F4;
  --brand-100: #F6ECE9;
  --brand-200: #EDD6CE;
  --brand-300: #E5B7A9;
  --brand-400: #D7937E;
  --brand-500: #CA6F53;
  --brand-600: #c35b3c;
  --brand-700: #9C4930;
  --brand-800: #7D3A26;
  --brand-900: #5B2D1F;
  --brand-950: #391C14;
  --brand: #c35b3c;
  --brand-ink: #000000;
}

Colors that work with #c35b3c

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#FAF6F4
Tinted page background
Border#ECCBC1
Hairlines and dividers
Muted text#9B5D4B
Captions on the surface
Accent#2CA09E
Second voice, not a rival
Dark variant#612E1E
Hover, pressed, headers
Light variant#F9EFEC
Selected rows, tints
Dark surface#241814
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 #c35b3c

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#3CA4C3
Analogous left#C33C60
Analogous right#C39F3C
Split-complement 1#3CC39F
Split-complement 2#3C60C3
Triadic 1#3CC35B
Triadic 2#5B3CC3
Tetradic#60C33C

RGB percentages

Red76.5%
Green35.7%
Blue23.5%

CMYK percentages

Cyan0.0%
Magenta53.3%
Yellow69.2%
Key (black)23.5%

Color previews

#c35b3c text on a black background

contrast 4.88:1

Card sample

#c35b3c text on a white background

contrast 4.30:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c35b3c

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.

#c35b3c in the real world

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

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
ButtonsLinksFocus statesCharts
Print note

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

#c35b3c, answered

What color is #c35b3c?

#c35b3c is a balanced vivid red, closest to Sienna (ΔE2000 8.7). It sits at 14° on the hue wheel with 53% saturation and 50% lightness, which reads as warm.

What is the RGB value of #c35b3c?

rgb(195, 91, 60) — 195 red, 91 green and 60 blue out of 255, or 76.5% / 35.7% / 23.5% by channel.

Is #c35b3c a light or a dark color?

It is a mid-tone. Relative luminance is 0.1941 and perceived brightness is 51%, so black text on it reaches 4.88:1.

Should I use black or white text on #c35b3c?

Black. It scores 4.88:1 against #c35b3c, versus 4.30:1 for white — AA at any size.

What is the complementary color of #c35b3c?

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

What colors go well with #c35b3c?

For interface work: #FAF6F4 as the surface, #ECCBC1 for borders, #9B5D4B for secondary text, #2CA09E as an accent and #612E1E for hover and pressed states. For a palette, the analogous pair #C33C60 and #C39F3C stays calm, while #3CA4C3 is the loudest partner.

What is #c35b3c in CMYK for printing?

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

Is #c35b3c warm or cool?

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

Work with #c35b3c in the Color Lab