#cbaf9c
a light, soft orange · warm · closest name: Tan
At a glance
Every number on this page in one read: what #cbaf9c 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 | #cbaf9c |
| RGB | rgb(203, 175, 156) |
| HSL | hsl(24, 31%, 70%) |
| CMYK | cmyk(0%, 14%, 23%, 20%) |
| LAB | lab(73.4 7.2 13.5) |
| LCH | lch(73.4 15.3 62.1) |
| OKLCH | oklch(0.773 0.042 56.2) |
| Decimal | 13348764 |
| Display P3 | color(display-p3 0.796 0.686 0.612) |
Copy-ready code
/* CSS */
color: #cbaf9c;
background-color: #cbaf9c;
/* Tailwind (arbitrary) */
class="text-[#cbaf9c] bg-[#cbaf9c]"
/* SCSS */
$brand: #cbaf9c;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.612)
/* Android */
Color.parseColor("#cbaf9c")
/* Flutter */
Color(0xFFCBAF9C)
/* Python / OpenCV (BGR) */
(156, 175, 203)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. #cbaf9c 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: #F9F7F5;
--brand-100: #F3EFEC;
--brand-200: #E7DCD5;
--brand-300: #D8C4B5;
--brand-400: #cbaf9c;
--brand-500: #B2886C;
--brand-600: #A07354;
--brand-700: #866046;
--brand-800: #6B4D38;
--brand-900: #4F3A2C;
--brand-950: #31241B;
--brand: #cbaf9c;
--brand-ink: #000000;
}Colors that work with #cbaf9c
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 #cbaf9c
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 | #9CB8CB | Directly opposite — maximum tension | |
| Analogous left | #CB9CA1 | Neighbour, quieter | |
| Analogous right | #CBC79C | Neighbour, quieter | |
| Split-complement 1 | #9CCBC7 | Contrast without the clash | |
| Split-complement 2 | #9CA1CB | Contrast without the clash | |
| Triadic 1 | #9CCBAF | Even thirds — balanced and loud | |
| Triadic 2 | #AF9CCB | Even thirds — balanced and loud | |
| Tetradic | #A1CB9C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cbaf9c text on a black background
contrast 10.15:1
#cbaf9c text on a white background
contrast 2.07:1
CSS3 live lab
The quick brown fox
color: #cbaf9c;
background-color: #cbaf9c;
Glowing headline
text-shadow: 2px 2px 8px #cbaf9c;
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 156, 0.45);
box-shadow: 0 12px 32px -8px rgba(203, 175, 156, 0.45);
border: 3px solid #cbaf9c; background: linear-gradient(135deg, #cbaf9c, #C8CB9C);
Monochromatic scale
Palettes built from #cbaf9c
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 7.4 away, with its history, psychology and brand usage.
#cbaf9c 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.
#cbaf9c, answered
What color is #cbaf9c?
#cbaf9c is a light soft orange, closest to Tan (ΔE2000 7.5). It sits at 24° on the hue wheel with 31% saturation and 70% lightness, which reads as warm.
What is the RGB value of #cbaf9c?
rgb(203, 175, 156) — 203 red, 175 green and 156 blue out of 255, or 79.6% / 68.6% / 61.2% by channel.
Is #cbaf9c a light or a dark color?
It is a mid-tone. Relative luminance is 0.4576 and perceived brightness is 71%, so black text on it reaches 10.15:1.
Should I use black or white text on #cbaf9c?
Black. It scores 10.15:1 against #cbaf9c, versus 2.07:1 for white — AAA at any size.
What is the complementary color of #cbaf9c?
#9CB8CB sits directly opposite on the wheel. Softer options are the split-complements #9CCBC7 and #9CA1CB, which give the same contrast with far less vibration.
What colors go well with #cbaf9c?
For interface work: #FAF7F5 as the surface, #E3D4CA for borders, #966C4F for secondary text, #427F8A as an accent and #543C2C for hover and pressed states. For a palette, the analogous pair #CB9CA1 and #CBC79C stays calm, while #9CB8CB is the loudest partner.
What is #cbaf9c in CMYK for printing?
cmyk(0%, 14%, 23%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cbaf9c warm or cool?
Warm — it scores 8 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D4BDAD; nudged cooler, #CD9C9B.