#cbaf96
a light, soft orange · warm · closest name: Tan
At a glance
Every number on this page in one read: what #cbaf96 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 | #cbaf96 |
| RGB | rgb(203, 175, 150) |
| HSL | hsl(28, 34%, 69%) |
| CMYK | cmyk(0%, 14%, 26%, 20%) |
| LAB | lab(73.3 6.3 16.6) |
| LCH | lch(73.3 17.7 69.2) |
| OKLCH | oklch(0.772 0.047 63.8) |
| Decimal | 13348758 |
| Display P3 | color(display-p3 0.796 0.686 0.588) |
Copy-ready code
/* CSS */
color: #cbaf96;
background-color: #cbaf96;
/* Tailwind (arbitrary) */
class="text-[#cbaf96] bg-[#cbaf96]"
/* SCSS */
$brand: #cbaf96;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.588)
/* Android */
Color.parseColor("#cbaf96")
/* Flutter */
Color(0xFFCBAF96)
/* Python / OpenCV (BGR) */
(150, 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. #cbaf96 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: #F4EFEC;
--brand-200: #E8DDD4;
--brand-300: #DAC6B4;
--brand-400: #cbaf96;
--brand-500: #B58D69;
--brand-600: #A47851;
--brand-700: #886444;
--brand-800: #6D5036;
--brand-900: #503C2A;
--brand-950: #32261A;
--brand: #cbaf96;
--brand-ink: #000000;
}Colors that work with #cbaf96
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 #cbaf96
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 | #96B2CB | Directly opposite — maximum tension | |
| Analogous left | #CB9697 | Neighbour, quieter | |
| Analogous right | #CBCA96 | Neighbour, quieter | |
| Split-complement 1 | #96CBCA | Contrast without the clash | |
| Split-complement 2 | #9697CB | Contrast without the clash | |
| Triadic 1 | #96CBAF | Even thirds — balanced and loud | |
| Triadic 2 | #AF96CB | Even thirds — balanced and loud | |
| Tetradic | #97CB96 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cbaf96 text on a black background
contrast 10.11:1
#cbaf96 text on a white background
contrast 2.08:1
CSS3 live lab
The quick brown fox
color: #cbaf96;
background-color: #cbaf96;
Glowing headline
text-shadow: 2px 2px 8px #cbaf96;
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 150, 0.45);
box-shadow: 0 12px 32px -8px rgba(203, 175, 150, 0.45);
border: 3px solid #cbaf96; background: linear-gradient(135deg, #cbaf96, #C4CB96);
Monochromatic scale
Palettes built from #cbaf96
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: Tan (#d2b48c) — ΔE2000 5.1 away, with its history, psychology and brand usage.
#cbaf96 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.
#cbaf96, answered
What color is #cbaf96?
#cbaf96 is a light soft orange, closest to Tan (ΔE2000 5.1). It sits at 28° on the hue wheel with 34% saturation and 69% lightness, which reads as warm.
What is the RGB value of #cbaf96?
rgb(203, 175, 150) — 203 red, 175 green and 150 blue out of 255, or 79.6% / 68.6% / 58.8% by channel.
Is #cbaf96 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4556 and perceived brightness is 71%, so black text on it reaches 10.11:1.
Should I use black or white text on #cbaf96?
Black. It scores 10.11:1 against #cbaf96, versus 2.08:1 for white — AAA at any size.
What is the complementary color of #cbaf96?
#96B2CB sits directly opposite on the wheel. Softer options are the split-complements #96CBCA and #9697CB, which give the same contrast with far less vibration.
What colors go well with #cbaf96?
For interface work: #FAF7F5 as the surface, #E4D5C8 for borders, #9A714C for secondary text, #407B8C as an accent and #553F2A for hover and pressed states. For a palette, the analogous pair #CB9697 and #CBCA96 stays calm, while #96B2CB is the loudest partner.
What is #cbaf96 in CMYK for printing?
cmyk(0%, 14%, 26%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cbaf96 warm or cool?
Warm — it scores 3 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D3BAA7; nudged cooler, #CD9A94.