#64483c
a dark, soft orange · warm · closest name: Saddle Brown
Token name suggestion: Dusk Apricot
#64483c is a dark soft orange, 18° on the wheel and 19/100 on the cool side. Put white text on it (8.29:1). As text it scores 8.29:1 on white — safe at any size. Nearest name is Saddle Brown, nearest Tailwind family is stone.
At a glance
Every number on this page in one read: what #64483c is made of, how bright it looks, and which way it leans.
Left edge is grey, right edge is full chroma; top is white, bottom is black. The dot is #64483c.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Green carries most of what the eye calls brightness — that is why WCAG weights it 0.7152.
Every format
| HEX | #64483c |
| HEX (8-digit) | #64483cff |
| RGB | rgb(100, 72, 60) |
| RGBA | rgba(100, 72, 60, 1) |
| HSL | hsl(18, 25%, 31%) |
| HSV / HSB | hsv(18, 40%, 39%) |
| HWB | hwb(18 24% 61%) |
| CMYK | cmyk(0%, 28%, 40%, 61%) |
| LAB | lab(33.3 10.2 11.9) |
| LCH | lch(33.3 15.7 49.5) |
| OKLCH | oklch(0.429 0.043 44.2) |
| XYZ (D65) | xyz(8.39, 7.67, 5.31) |
| Decimal | 6572092 |
| Display P3 | color(display-p3 0.392 0.282 0.235) |
| Web-safe | #663333 |
Copy-ready code
/* CSS */
color: #64483c;
background-color: #64483c;
/* CSS custom property */
--brand: #64483c;
/* Tailwind (arbitrary) */
class="text-[#64483c] bg-[#64483c]"
/* SCSS */
$brand: #64483c;
/* SwiftUI */
Color(red: 0.392, green: 0.282, blue: 0.235)
/* UIKit */
UIColor(red: 0.392, green: 0.282, blue: 0.235, alpha: 1)
/* Android XML */
<color name="brand">#64483C</color>
/* Android Compose */
Color(0xFF64483C)
/* Flutter */
Color(0xFF64483C)
/* Python / OpenCV (BGR) */
(60, 72, 100)
/* Python / PIL (RGB) */
(100, 72, 60)
/* Java AWT */
new Color(100, 72, 60)
/* .NET */
Color.FromArgb(255, 100, 72, 60)
/* OpenGL / Unity (0–1) */
(0.3922f, 0.2824f, 0.2353f, 1f)
/* LaTeX */
\definecolor{brand}{RGB}{100,72,60}/* mix without leaving CSS */ background: color-mix(in oklab, #64483c 85%, white); border-color: color-mix(in oklab, #64483c 40%, transparent); /* theme-aware in one line */ color: light-dark(#503930, #E8DDD9); /* relative colour syntax */ --hover: hsl(from #64483c h s calc(l - 7));
Design tokens
The same ramp in the four formats a team actually needs. Paste one and the whole palette lands with it.
:root {
--brand-50: #F9F7F6;
--brand-100: #F3EFED;
--brand-200: #E5DBD7;
--brand-300: #D5C1B9;
--brand-400: #C0A296;
--brand-500: #AB8473;
--brand-600: #996E5C;
--brand-700: #805C4D;
--brand-800: #64483c;
--brand-900: #4B382F;
--brand-950: #2F231D;
--brand: #64483c;
--brand-ink: #ffffff;
--brand-surface: #F9F7F5;
--brand-border: #E0D2CC;
--brand-hover: #4E382F;
--brand-pressed: #372821;
}
@media (prefers-color-scheme: dark) {
:root {
--brand-surface: #231915;
--brand-ink: #E8DDD9;
}
}theme: {
extend: {
colors: {
brand: {
50: '#F9F7F6',
100: '#F3EFED',
200: '#E5DBD7',
300: '#D5C1B9',
400: '#C0A296',
500: '#AB8473',
600: '#996E5C',
700: '#805C4D',
800: '#64483c',
900: '#4B382F',
950: '#2F231D',
DEFAULT: '#64483c',
},
},
},
}$brand: (
'50': #F9F7F6,
'100': #F3EFED,
'200': #E5DBD7,
'300': #D5C1B9,
'400': #C0A296,
'500': #AB8473,
'600': #996E5C,
'700': #805C4D,
'800': #64483c,
'900': #4B382F,
'950': #2F231D,
);
$brand-base: #64483c;
$brand-ink: #ffffff;
@function brand($step) { @return map-get($brand, $step); }{
"color": {
"brand": {
"50": { "$value": "#F9F7F6", "$type": "color" },
"100": { "$value": "#F3EFED", "$type": "color" },
"200": { "$value": "#E5DBD7", "$type": "color" },
"300": { "$value": "#D5C1B9", "$type": "color" },
"400": { "$value": "#C0A296", "$type": "color" },
"500": { "$value": "#AB8473", "$type": "color" },
"600": { "$value": "#996E5C", "$type": "color" },
"700": { "$value": "#805C4D", "$type": "color" },
"800": { "$value": "#64483c", "$type": "color" },
"900": { "$value": "#4B382F", "$type": "color" },
"950": { "$value": "#2F231D", "$type": "color" }
},
"brandInk": { "$value": "#ffffff", "$type": "color" }
}
}Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Make it accessible
A contrast checker tells you that you failed. This tells you what to ship instead — same hue, same saturation, lightness moved only as far as WCAG demands.
Large text — 24px regular or 18.66px bold and above — only needs 3:1, so #64483C is enough for headings on white. Non-text elements such as icons, chart strokes and focus rings also sit at 3:1 under WCAG 2.2 (1.4.11).
Accessibility — WCAG contrast
Contrast is symmetric, so each row covers both directions: #64483c as text on that neutral, and that neutral as text on #64483c.
| Neutral | Ratio | Verdict | Both directions |
|---|---|---|---|
| White#ffffff | 8.29:1 | AAAA lgAAA | AaAa |
| Slate 50#f8fafc | 7.92:1 | AAAA lgAAA | AaAa |
| Slate 100#f1f5f9 | 7.56:1 | AAAA lgAAA | AaAa |
| Slate 200#e2e8f0 | 6.72:1 | AAAA lgAAA | AaAa |
| Slate 300#cbd5e1 | 5.58:1 | AAAA lgAAA | AaAa |
| Slate 400#94a3b8 | 3.23:1 | AAAA lgAAA | AaAa |
| Slate 500#64748b | 1.74:1 | AAAA lgAAA | AaAa |
| Slate 600#475569 | 1.09:1 | AAAA lgAAA | AaAa |
| Slate 700#334155 | 1.25:1 | AAAA lgAAA | AaAa |
| Slate 800#1e293b | 1.77:1 | AAAA lgAAA | AaAa |
| Slate 900#0f172a | 2.15:1 | AAAA lgAAA | AaAa |
| Black#000000 | 2.53:1 | AAAA lgAAA | AaAa |
Roughly one man in twelve has some form of colour vision deficiency. If any of the three panels above is hard to tell apart from a neighbouring colour in your palette, add a shape, an icon or a label so the meaning does not rest on hue alone.
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #64483c is pinned to step 800; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
The same eleven steps expressed in OKLCH, where equal lightness numbers actually look equally spaced. HSL ramps go muddy in the yellows and washed out in the blues; this one does not. Modern browsers render it natively — the hex ramp above is the fallback.
:root {
--brand-50: oklch(0.97 0.011 44.2);
--brand-100: oklch(0.94 0.017 44.2);
--brand-200: oklch(0.88 0.026 44.2);
--brand-300: oklch(0.80 0.034 44.2);
--brand-400: oklch(0.72 0.040 44.2);
--brand-500: oklch(0.64 0.043 44.2);
--brand-600: oklch(0.56 0.043 44.2);
--brand-700: oklch(0.48 0.041 44.2);
--brand-800: oklch(0.40 0.036 44.2);
--brand-900: oklch(0.32 0.030 44.2);
--brand-950: oklch(0.24 0.024 44.2);
}Colors that work with #64483c
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.
In real components
The same eight roles, wired into the interface patterns you will actually build with them. Every state below is a computed value, not a mock-up.
Focus ring uses the light variant so the field still reads as one shape.
The file stays available for seven days. Download it before it expires.
How to use #64483c
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Charts, tags and secondary surfaces
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠Black text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Meaning and mood
What a colour in this family tends to signal, and how this particular chroma and lightness change the reading.
Orange is red with the aggression taken out — approachable, active, and strongly associated with buying and doing.
The muted chroma softens the association — it reads considered rather than loud, which suits long-form and data-heavy screens. The low lightness adds weight and formality.
Hard to make feel premium, and it collides with the "caution" band in status systems.
- FormalityHigh
- EnergyMedium
- Weight69/100
- TemperatureWarm
- ApproachabilityHigh
Colour associations are cultural and vary by market. Treat these as a starting point for a conversation with your audience, not a finding about them.
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 | #3C5864 | Directly opposite — maximum tension | |
| Analogous left | #643C44 | Neighbour, quieter | |
| Analogous right | #645C3C | Neighbour, quieter | |
| Split-complement 1 | #3C645C | Contrast without the clash | |
| Split-complement 2 | #3C4464 | Contrast without the clash | |
| Triadic 1 | #3C6448 | Even thirds — balanced and loud | |
| Triadic 2 | #483C64 | Even thirds — balanced and loud | |
| Tetradic | #44643C | Fourth corner of the square scheme |
#64483c sits at 18°. Every dot is a harmony position and links to its own page in the table alongside.
RGB percentages
CMYK percentages
Total ink coverage is 129%. Most commercial presses cap around 300% — above that, sheets stop drying properly.
Color previews
#64483c text on a black background
contrast 2.53:1
#64483c text on a white background
contrast 8.29:1
#64483c on grey
7.56:1
#64483c on its own surface
7.75:1
#64483c on its dark surface
2.07:1
CSS3 live lab
The quick brown fox
color: #64483c;
background-color: #64483c;
Glowing headline
text-shadow: 2px 2px 8px #64483c;
Soft neon halo
text-shadow: 0 0 14px rgba(100, 72, 60, 0.45);
box-shadow: 0 12px 32px -8px rgba(100, 72, 60, 0.45);
border: 3px solid #64483c; background: linear-gradient(135deg, #64483c, #64633C);
Gradient headline
background: linear-gradient(90deg, #64483c, #5B643C); -webkit-background-clip: text; color: transparent;
outline: 2px solid #64483c; outline-offset: 3px;
Marked up text
text-decoration-color: #64483c; caret-color: #64483c;
border-left: 4px solid #64483c;
background: #F5F1EF; box-shadow: inset 0 0 0 2px #64483c;
background: conic-gradient(#64483c 68%, #e2e8f0 0);
Transparency
What each alpha value actually composites to. The top row is #64483c over white; the bottom row is the same alpha over a checkerboard, so you can see what survives on a photo or a video.
Bottom row of hexes is the flattened result over white — use those when a design tool refuses transparency, or when you need a solid fallback.
rgba(100, 72, 60, 0.5) rgb(100 72 60 / 50%) #64483c80 hsl(18 25% 31% / 50%) color-mix(in srgb, #64483c 50%, transparent)
| Alpha | 8-digit hex | Flat on white |
|---|---|---|
| 10% | #64483c1a | #F0EDEC |
| 20% | #64483c33 | #E0DAD8 |
| 40% | #64483c66 | #C1B6B1 |
| 60% | #64483c99 | #A2918A |
| 80% | #64483ccc | #836D63 |
Gradients from #64483c
Six recipes, each built from this hex and shown with the exact CSS that produced it.
background: linear-gradient(135deg, #8A6453, #64483c 45%, #503930);
background: linear-gradient(120deg, #64483c, #4F5131);
background: linear-gradient(90deg, #64483c, #3C5864);
background: radial-gradient(120% 120% at 20% 0%, #9D715E 0%, #64483c 45%, #503930 100%);
background: linear-gradient(180deg, #F9F7F5, #ffffff);
background: radial-gradient(60% 60% at 15% 20%, #844F5E 0%, transparent 60%), radial-gradient(55% 55% at 85% 15%, #777248 0%, transparent 60%), radial-gradient(70% 70% at 50% 95%, #503930 0%, transparent 65%), #64483c;
Monochromatic scale
Palettes built from #64483c
Shades — darker
Tints — lighter
Tones — desaturated
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: Cocoa (#6f4e37) — ΔE2000 5.2 away, with its history, psychology and brand usage.
#64483c 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.
Holds up across typical panel gamma. Still worth checking on an uncalibrated laptop, where mid-tones shift most.
Too dim on dark surfaces at 2.53:1 — lift it to #976D5B for body text, or reserve it for fills.
Explore nearby colors
Small, deliberate steps away from this hex — useful when you are hunting for the version of a colour that finally feels right.
#64483c, answered
What color is #64483c?
#64483c is a dark soft orange, closest to Saddle Brown (ΔE2000 14.3). It sits at 18° on the hue wheel with 25% saturation and 31% lightness, which reads as warm.
What is the RGB value of #64483c?
rgb(100, 72, 60) — 100 red, 72 green and 60 blue out of 255, or 39.2% / 28.2% / 23.5% by channel.
What is #64483c in HSL and HSV?
hsl(18, 25%, 31%) and hsv(18, 40%, 39%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #64483c a light or a dark color?
It is a dark color. Relative luminance is 0.0767 and perceived brightness is 31%, so white text on it reaches 8.29:1.
Should I use black or white text on #64483c?
White. It scores 8.29:1 against #64483c, versus 2.53:1 for black — AAA at any size.
Is #64483c accessible on a white background?
#64483c on white scores 8.29:1, which clears AAA at every size.
What is the complementary color of #64483c?
#3C5864 sits directly opposite on the wheel. Softer options are the split-complements #3C645C and #3C4464, which give the same contrast with far less vibration.
What colors go well with #64483c?
For interface work: #F9F7F5 as the surface, #E0D2CC for borders, #8F6756 for secondary text, #396567 as an accent and #503930 for hover and pressed states. For a palette, the analogous pair #643C44 and #645C3C stays calm, while #3C5864 is the loudest partner.
What is #64483c in CMYK for printing?
cmyk(0%, 28%, 40%, 61%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #64483c warm or cool?
Warm — it scores 19 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #644C3C; nudged cooler, #663A3D.
Which Tailwind color is closest to #64483c?
The stone family — its 500 step is #78716c, ΔE2000 16.5 away. That is a visible difference, so define #64483c as a custom token rather than reaching for the built-in.
How do I use #64483c in Tailwind CSS?
Inline it as an arbitrary value with bg-[#64483c] or text-[#64483c], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #64483c with 50% opacity?
rgba(100, 72, 60, 0.5), or #64483c80 in eight-digit hex. Over white that composites to #B2A49E; over black, #32241E.
Is #64483c a web-safe color?
No. The nearest web-safe colour is #663333, ΔE2000 10.5 away. The palette only matters for legacy displays and some email clients now.
What does the color #64483c mean?
As a orange, it reads friendly, energetic, affordable. Orange is red with the aggression taken out — approachable, active, and strongly associated with buying and doing. At this moderate chroma the association is present but not shouted.
What gradient works with #64483c?
The safest is same-hue elevation: linear-gradient(135deg, #8A6453, #64483c 45%, #503930). For more colour, a short hue run to #4F5131 keeps it rich without turning muddy.
Work with #64483c in the Color Lab
Every tool opens with this colour already loaded.
Every value on this page is computed from #64483c at request time — conversions, contrast ratios and ΔE distances are calculated, never looked up.