#cacba6
a light, soft yellow · warm · closest name: Pale Goldenrod
At a glance
Every number on this page in one read: what #cacba6 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 | #cacba6 |
| RGB | rgb(202, 203, 166) |
| HSL | hsl(62, 26%, 72%) |
| CMYK | cmyk(1%, 0%, 18%, 20%) |
| LAB | lab(80.8 -6.5 18.4) |
| LCH | lch(80.8 19.5 109.6) |
| OKLCH | oklch(0.832 0.050 108.7) |
| Decimal | 13290406 |
| Display P3 | color(display-p3 0.792 0.796 0.651) |
Copy-ready code
/* CSS */
color: #cacba6;
background-color: #cacba6;
/* Tailwind (arbitrary) */
class="text-[#cacba6] bg-[#cacba6]"
/* SCSS */
$brand: #cacba6;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.651)
/* Android */
Color.parseColor("#cacba6")
/* Flutter */
Color(0xFFCACBA6)
/* Python / OpenCV (BGR) */
(166, 203, 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. #cacba6 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: #F9F9F6;
--brand-100: #F3F3ED;
--brand-200: #E5E5D6;
--brand-300: #D5D6B8;
--brand-400: #cacba6;
--brand-500: #ABAC71;
--brand-600: #999A5A;
--brand-700: #7F814B;
--brand-800: #66673C;
--brand-900: #4B4C2E;
--brand-950: #2F2F1D;
--brand: #cacba6;
--brand-ink: #000000;
}Colors that work with #cacba6
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 #cacba6
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
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #A7A6CB | Directly opposite — maximum tension | |
| Analogous left | #CBBAA6 | Neighbour, quieter | |
| Analogous right | #B8CBA6 | Neighbour, quieter | |
| Split-complement 1 | #A6B8CB | Contrast without the clash | |
| Split-complement 2 | #BAA6CB | Contrast without the clash | |
| Triadic 1 | #A6CACB | Even thirds — balanced and loud | |
| Triadic 2 | #CBA6CA | Even thirds — balanced and loud | |
| Tetradic | #A6CBBA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cacba6 text on a black background
contrast 12.60:1
#cacba6 text on a white background
contrast 1.67:1
CSS3 live lab
The quick brown fox
color: #cacba6;
background-color: #cacba6;
Glowing headline
text-shadow: 2px 2px 8px #cacba6;
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 166, 0.45);
box-shadow: 0 12px 32px -8px rgba(202, 203, 166, 0.45);
border: 3px solid #cacba6; background: linear-gradient(135deg, #cacba6, #B1CBA6);
Monochromatic scale
Palettes built from #cacba6
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: Pearl (#eae0c8) — ΔE2000 9 away, with its history, psychology and brand usage.
#cacba6 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.
#cacba6, answered
What color is #cacba6?
#cacba6 is a light soft yellow, closest to Pale Goldenrod (ΔE2000 9.1). It sits at 62° on the hue wheel with 26% saturation and 72% lightness, which reads as warm.
What is the RGB value of #cacba6?
rgb(202, 203, 166) — 202 red, 203 green and 166 blue out of 255, or 79.2% / 79.6% / 65.1% by channel.
Is #cacba6 a light or a dark color?
It is a light color. Relative luminance is 0.5802 and perceived brightness is 78%, so black text on it reaches 12.60:1.
Should I use black or white text on #cacba6?
Black. It scores 12.60:1 against #cacba6, versus 1.67:1 for white — AAA at any size.
What is the complementary color of #cacba6?
#A7A6CB sits directly opposite on the wheel. Softer options are the split-complements #A6B8CB and #BAA6CB, which give the same contrast with far less vibration.
What colors go well with #cacba6?
For interface work: #F9F9F5 as the surface, #E0E1CC for borders, #8F9155 for secondary text, #475585 as an accent and #50502F for hover and pressed states. For a palette, the analogous pair #CBBAA6 and #B8CBA6 stays calm, while #A7A6CB is the loudest partner.
What is #cacba6 in CMYK for printing?
cmyk(1%, 0%, 18%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cacba6 warm or cool?
Warm — it scores 32 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CBBFA6; nudged cooler, #BDCCA5.