#c4635d
a balanced, vivid red · warm · closest name: Indian Red
At a glance
Every number on this page in one read: what #c4635d is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #c4635d |
| RGB | rgb(196, 99, 93) |
| HSL | hsl(4, 47%, 57%) |
| CMYK | cmyk(0%, 50%, 53%, 23%) |
| LAB | lab(53.4 38.1 21.4) |
| LCH | lch(53.4 43.7 29.3) |
| OKLCH | oklch(0.613 0.125 25.0) |
| Decimal | 12870493 |
| Display P3 | color(display-p3 0.769 0.388 0.365) |
Copy-ready code
/* CSS */
color: #c4635d;
background-color: #c4635d;
/* Tailwind (arbitrary) */
class="text-[#c4635d] bg-[#c4635d]"
/* SCSS */
$brand: #c4635d;
/* SwiftUI */
Color(red: 0.769, green: 0.388, blue: 0.365)
/* Android */
Color.parseColor("#c4635d")
/* Flutter */
Color(0xFFC4635D)
/* Python / OpenCV (BGR) */
(93, 99, 196)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #c4635d is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF5F5;
--brand-100: #F5EBEA;
--brand-200: #EBD2D0;
--brand-300: #E1B0AD;
--brand-400: #D28884;
--brand-500: #c4635d;
--brand-600: #B34841;
--brand-700: #963C36;
--brand-800: #78302C;
--brand-900: #572623;
--brand-950: #371816;
--brand: #c4635d;
--brand-ink: #000000;
}Colors that work with #c4635d
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #c4635d
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #5DBEC4 | Directly opposite — maximum tension | |
| Analogous left | #C45D8B | Neighbour, quieter | |
| Analogous right | #C4975D | Neighbour, quieter | |
| Split-complement 1 | #5DC497 | Contrast without the clash | |
| Split-complement 2 | #5D8BC4 | Contrast without the clash | |
| Triadic 1 | #5DC463 | Even thirds — balanced and loud | |
| Triadic 2 | #635DC4 | Even thirds — balanced and loud | |
| Tetradic | #8BC45D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c4635d text on a black background
contrast 5.29:1
#c4635d text on a white background
contrast 3.97:1
CSS3 live lab
The quick brown fox
color: #c4635d;
background-color: #c4635d;
Glowing headline
text-shadow: 2px 2px 8px #c4635d;
Soft neon halo
text-shadow: 0 0 14px rgba(196, 99, 93, 0.45);
box-shadow: 0 12px 32px -8px rgba(196, 99, 93, 0.45);
border: 3px solid #c4635d; background: linear-gradient(135deg, #c4635d, #C4A85D);
Monochromatic scale
Palettes built from #c4635d
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.
Closest color with a full write-up: Brick (#cb4154) — ΔE2000 8.4 away, with its history, psychology and brand usage.
#c4635d in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#c4635d, answered
What color is #c4635d?
#c4635d is a balanced vivid red, closest to Indian Red (ΔE2000 2.6). It sits at 4° on the hue wheel with 47% saturation and 57% lightness, which reads as warm.
What is the RGB value of #c4635d?
rgb(196, 99, 93) — 196 red, 99 green and 93 blue out of 255, or 76.9% / 38.8% / 36.5% by channel.
Is #c4635d a light or a dark color?
It is a mid-tone. Relative luminance is 0.2145 and perceived brightness is 53%, so black text on it reaches 5.29:1.
Should I use black or white text on #c4635d?
Black. It scores 5.29:1 against #c4635d, versus 3.97:1 for white — AA at any size.
What is the complementary color of #c4635d?
#5DBEC4 sits directly opposite on the wheel. Softer options are the split-complements #5DC497 and #5D8BC4, which give the same contrast with far less vibration.
What colors go well with #c4635d?
For interface work: #FAF5F4 as the surface, #E9C5C3 for borders, #9B4F4B for secondary text, #339986 as an accent and #5D2622 for hover and pressed states. For a palette, the analogous pair #C45D8B and #C4975D stays calm, while #5DBEC4 is the loudest partner.
What is #c4635d in CMYK for printing?
cmyk(0%, 50%, 53%, 23%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c4635d warm or cool?
Warm — it scores 15 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C47D5D; nudged cooler, #C65B7C.