SaddleBrown and White
Tonal Accent color combination with 7.10:1 contrast ratio
Color Values
#8B4513139, 69, 1925, 76%, 31%#FFFFFF255, 255, 2550, 0%, 100%Harmony: Tonal Accent
One color is neutral and the other carries the chroma, which is a reliable formula for balanced design. The neutral gives the eye somewhere to rest while the chromatic color provides the focal point.
The hue angle between SaddleBrown and White is 25 degrees (though one or both colors are achromatic, so hue angle is less relevant than lightness contrast). You can explore these relationships interactively in our Color Wheel Tool.
WCAG Contrast
UI Preview
SaddleBrown surface
Sample text on a saddlebrown background demonstrates readability and visual hierarchy.
White surface
Sample text on a white background demonstrates readability and visual hierarchy.
Design Tokens
CSS Variables
:root {
--color-a: #8B4513;
--color-b: #FFFFFF;
--color-a-rgb: 139, 69, 19;
--color-b-rgb: 255, 255, 255;
}JSON
{
"name": "SaddleBrown and White",
"colors": [
{
"name": "SaddleBrown",
"hex": "#8B4513",
"rgb": [
139,
69,
19
]
},
{
"name": "White",
"hex": "#FFFFFF",
"rgb": [
255,
255,
255
]
}
],
"harmony": "Tonal Accent",
"contrastRatio": 7.1
}Related Combinations
Explore These Colors
Frequently Asked Questions
Do saddlebrown and white go together?
Yes. SaddleBrown and White form a tonal accent color combination. One color is neutral and the other carries the chroma, which is a reliable formula for balanced design. The neutral gives the eye somewhere to rest while the chromatic color provides the focal point. The pairing has a WCAG contrast ratio of 7.10:1, which passes AA for large text and UI components.
What is the contrast ratio between saddlebrown and white?
The WCAG 2.1 contrast ratio between SaddleBrown (#8B4513) and White (#FFFFFF) is 7.10:1. This passes AAA for all text sizes.
How do I use saddlebrown and white in design?
A safe starting point is the 60/30/10 rule: give one color about 60 percent of the surface area, the other about 30 percent, and reserve the remaining 10 percent for an accent or neutral. If one color is significantly darker, use it for text or structural elements and the lighter one for backgrounds. Test the result with our Contrast Checker if text is involved.
What are the hex and RGB values for saddlebrown and white?
SaddleBrown has the hex code #8B4513 and RGB values rgb(139, 69, 19). White has the hex code #FFFFFF and RGB values rgb(255, 255, 255). You can copy these directly into CSS or use the design tokens provided on this page.