#cab58f
a light, soft orange · warm · closest name: Tan
At a glance
Every number on this page in one read: what #cab58f 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 | #cab58f |
| RGB | rgb(202, 181, 143) |
| HSL | hsl(39, 36%, 68%) |
| CMYK | cmyk(0%, 10%, 29%, 21%) |
| LAB | lab(74.6 1.7 22.1) |
| LCH | lch(74.6 22.2 85.5) |
| OKLCH | oklch(0.781 0.057 82.3) |
| Decimal | 13284751 |
| Display P3 | color(display-p3 0.792 0.710 0.561) |
Copy-ready code
/* CSS */
color: #cab58f;
background-color: #cab58f;
/* Tailwind (arbitrary) */
class="text-[#cab58f] bg-[#cab58f]"
/* SCSS */
$brand: #cab58f;
/* SwiftUI */
Color(red: 0.792, green: 0.710, blue: 0.561)
/* Android */
Color.parseColor("#cab58f")
/* Flutter */
Color(0xFFCAB58F)
/* Python / OpenCV (BGR) */
(143, 181, 202)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. #cab58f is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F8F5;
--brand-100: #F4F1EB;
--brand-200: #E8E1D3;
--brand-300: #DBCDB3;
--brand-400: #cab58f;
--brand-500: #B79A67;
--brand-600: #A6874F;
--brand-700: #8B7041;
--brand-800: #6F5A34;
--brand-900: #514329;
--brand-950: #332A1A;
--brand: #cab58f;
--brand-ink: #000000;
}Colors that work with #cab58f
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 #cab58f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠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 | #8FA4CA | Directly opposite — maximum tension | |
| Analogous left | #CA978F | Neighbour, quieter | |
| Analogous right | #C1CA8F | Neighbour, quieter | |
| Split-complement 1 | #8FC1CA | Contrast without the clash | |
| Split-complement 2 | #978FCA | Contrast without the clash | |
| Triadic 1 | #8FCAB5 | Even thirds — balanced and loud | |
| Triadic 2 | #B58FCA | Even thirds — balanced and loud | |
| Tetradic | #8FCA97 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cab58f text on a black background
contrast 10.52:1
#cab58f text on a white background
contrast 2.00:1
CSS3 live lab
The quick brown fox
color: #cab58f;
background-color: #cab58f;
Glowing headline
text-shadow: 2px 2px 8px #cab58f;
Soft neon halo
text-shadow: 0 0 14px rgba(202, 181, 143, 0.45);
box-shadow: 0 12px 32px -8px rgba(202, 181, 143, 0.45);
border: 3px solid #cab58f; background: linear-gradient(135deg, #cab58f, #B8CA8F);
Monochromatic scale
Palettes built from #cab58f
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: Khaki (#c3b091) — ΔE2000 2.4 away, with its history, psychology and brand usage.
#cab58f 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.
#cab58f, answered
What color is #cab58f?
#cab58f is a light soft orange, closest to Tan (ΔE2000 3.2). It sits at 39° on the hue wheel with 36% saturation and 68% lightness, which reads as warm.
What is the RGB value of #cab58f?
rgb(202, 181, 143) — 202 red, 181 green and 143 blue out of 255, or 79.2% / 71% / 56.1% by channel.
Is #cab58f a light or a dark color?
It is a mid-tone. Relative luminance is 0.4759 and perceived brightness is 72%, so black text on it reaches 10.52:1.
Should I use black or white text on #cab58f?
Black. It scores 10.52:1 against #cab58f, versus 2.00:1 for white — AAA at any size.
What is the complementary color of #cab58f?
#8FA4CA sits directly opposite on the wheel. Softer options are the split-complements #8FC1CA and #978FCA, which give the same contrast with far less vibration.
What colors go well with #cab58f?
For interface work: #FAF8F5 as the surface, #E5DAC8 for borders, #9B7E4B for secondary text, #3D6F8F as an accent and #574629 for hover and pressed states. For a palette, the analogous pair #CA978F and #C1CA8F stays calm, while #8FA4CA is the loudest partner.
What is #cab58f in CMYK for printing?
cmyk(0%, 10%, 29%, 21%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cab58f warm or cool?
Warm — it scores 7 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CAAB8F; nudged cooler, #CBCC8D.